Searched refs:total_pixels (Results 1 – 5 of 5) sorted by relevance
123 float total_pixels = in CalculateDifferencePercentage() local125 if (total_pixels == 0) { in CalculateDifferencePercentage()129 return 100.0f * pixels_different / total_pixels; in CalculateDifferencePercentage()
198 const int total_pixels = width * height; in InterpolateSimulcastFormat() local199 const float rate = (total_pixels_up - total_pixels) / in InterpolateSimulcastFormat()
251 …const int total_pixels = floor((1 + y_start / (float)STRIDE_Y)) * floor(1 + x_start / (float)STRID…253 …T_ADD_CONSTANT(ACC_DATA_TYPE, M0, N0, c, (total_pixels * _ISRC_CHANNELS * SRC_OFFSET * WEI_OFFSET)…
1198 const unsigned total_pixels = surf->surf_size / surf->bpe; in gfx6_compute_surface() local1202 surf->htile_size = (total_pixels / htile_block_size) * htile_element_size; in gfx6_compute_surface()
2264 …const int total_pixels = floor((1 + y_start / (float)STRIDE_Y)) * floor(1 + x_start / (float)STRID…2266 …T_ADD_CONSTANT(ACC_DATA_TYPE, M0, N0, c, (total_pixels * _ISRC_CHANNELS * SRC_OFFSET * WEI_OFFSET)…