Searched refs:width_y (Results 1 – 6 of 6) sorted by relevance
28 const unsigned int width_y = img1->d_w; in compute_psnr() local34 for (j = 0; j < width_y; ++j) { in compute_psnr()40 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
135 const unsigned int width_y = img1->d_w; in compare_img() local141 width_y) == 0) && in compare_img()
36 const unsigned int width_y = img1->d_w; in compute_psnr() local42 for (j = 0; j < width_y; ++j) { in compute_psnr()47 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
274 int width_y = test_buffer.width(); in I420WeightedPSNR() local278 test_buffer.StrideY(), width_y, height_y); in I420WeightedPSNR()279 uint64_t num_samples_y = (uint64_t)width_y * (uint64_t)height_y; in I420WeightedPSNR()283 int width_uv = (width_y + 1) >> 1; in I420WeightedPSNR()
1595 const int width_y = aligned_width; in av1_zero_above_context() local1597 const int width_uv = width_y >> seq_params->subsampling_x; in av1_zero_above_context()1600 av1_zero_array(above_contexts->entropy[0][tile_row] + offset_y, width_y); in av1_zero_above_context()
302 int32_t width_y = pixel_align(width + kSramSBWCRotWidthAlign, kSramSBWCRotWidthAlign); in calculateHWResourceAmount() local305 SRAMtotal += getSramAmount(TDM_ATTR_ROT_90, SBWC_Y, findWidthIndex(width_y)); in calculateHWResourceAmount()