Home
last modified time | relevance | path

Searched refs:total_pixels (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/image_diff/
Dimage_diff.cpp123 float total_pixels = in CalculateDifferencePercentage() local
125 if (total_pixels == 0) { in CalculateDifferencePercentage()
129 return 100.0f * pixels_different / total_pixels; in CalculateDifferencePercentage()
/external/webrtc/video/config/
Dsimulcast.cc198 const int total_pixels = width * height; in InterpolateSimulcastFormat() local
199 const float rate = (total_pixels_up - total_pixels) / in InterpolateSimulcastFormat()
/external/ComputeLibrary/src/core/CL/cl_kernels/nhwc/
Dtransposed_convolution.cl251 …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)…
/external/mesa3d/src/amd/common/
Dac_surface.c1198 const unsigned total_pixels = surf->surf_size / surf->bpe; in gfx6_compute_surface() local
1202 surf->htile_size = (total_pixels / htile_block_size) * htile_element_size; in gfx6_compute_surface()
/external/ComputeLibrary/cl_kernels/nhwc/
Dtransposed_convolution.clembed2264 …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)…