Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage_dx.dox34 data has been updated in this call. For all their additional complexity,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1062 unsigned char complexity = cpi->complexity_map[mi_offset]; in rd_pick_sb_modes() local
1065 if (!is_edge && (complexity > 128)) in rd_pick_sb_modes()
1066 x->rdmult += ((x->rdmult * (complexity - 128)) / 256); in rd_pick_sb_modes()