Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c5276 int y_samples = orig->y_height * orig->y_width ; in vp8_get_compressed_data() local
5278 int t_samples = y_samples + 2 * uv_samples; in vp8_get_compressed_data()
5294 cpi->total_y += vpx_sse_to_psnr(y_samples, 255.0, (double)ye); in vp8_get_compressed_data()
5321 cpi->totalp_y += vpx_sse_to_psnr(y_samples, in vp8_get_compressed_data()