Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c318 static double simple_weight(const YV12_BUFFER_CONFIG *buf) { in simple_weight() function
797 fps.ssim_weighted_pred_err = fps.coded_error * simple_weight(cpi->Source); in vp9_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c314 static double simple_weight(YV12_BUFFER_CONFIG *source) in simple_weight() function
804 weight = simple_weight(cpi->Source); in vp8_first_pass()