Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h467 double summed_quality; member
Dvp9_onyx_if.c1274 cpi->summed_quality = 0; in vp9_create_compressor()
1537 const double total_ssim = 100 * pow(cpi->summed_quality / in vp9_remove_compressor()
3286 cpi->summed_quality += frame_ssim2 * weight;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h625 double summed_quality; member
Donyx_if.c1923 cpi->summed_quality = 0; in vp8_create_compressor()
2201 double total_ssim = 100 * pow(cpi->summed_quality / in vp8_remove_compressor()
5334 cpi->summed_quality += frame_ssim2 * weight; in vp8_get_compressed_data()