Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h125 LEFT4X4, enumerator
134 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
Dentropymode.c144 -LEFT4X4, 2,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c981 m = LEFT4X4; in labels2mode()
994 case LEFT4X4: in labels2mode()
1015 m = LEFT4X4; in labels2mode()
1166 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++) in rd_check_segment()
Dbitstream.c444 assert(LEFT4X4 <= m && m <= NEW4X4); in write_sub_mv_ref()
447 vp8_sub_mv_ref_encoding_array + (m - LEFT4X4)); in write_sub_mv_ref()
Donyx_if.c2317 …fprintf(f, "PB:%8d, %8d, %8d, %8d\n", inter_b_modes[LEFT4X4], inter_b_modes[ABOVE4X4], inter_b_mod… in vp8_remove_compressor()