Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpickinter.c1160 int this_rdbin = (*returndistortion >> 7); in vp8_pick_inter_mode() local
1162 if (this_rdbin >= 1024) in vp8_pick_inter_mode()
1164 this_rdbin = 1023; in vp8_pick_inter_mode()
1167 x->error_bins[this_rdbin] ++; in vp8_pick_inter_mode()