Searched refs:adjust_act_zbin (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodeframe.c | 50 static void adjust_act_zbin( VP8_COMP *cpi, MACROBLOCK *x ); 358 adjust_act_zbin(cpi, x); in vp8_activity_masking() 1144 static void adjust_act_zbin( VP8_COMP *cpi, MACROBLOCK *x ) in adjust_act_zbin() function 1177 adjust_act_zbin( cpi, x ); in vp8cx_encode_intra_macroblock() 1275 adjust_act_zbin( cpi, x ); in vp8cx_encode_inter_macroblock()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 79 static void adjust_act_zbin(VP9_COMP *cpi, MACROBLOCK *x); 833 adjust_act_zbin(cpi, x); in activity_masking() 3373 static void adjust_act_zbin(VP9_COMP *cpi, MACROBLOCK *x) { in adjust_act_zbin() function 3437 adjust_act_zbin(cpi, x); in encode_superblock() 3445 adjust_act_zbin(cpi, x); in encode_superblock()
|