Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h123 B_HU_PRED, enumerator
133 #define VP8_BINTRAMODES (B_HU_PRED + 1) /* 10 */
Dentropymode.c98 -B_HD_PRED, -B_HU_PRED /* 8 = HD_NODE */
Dreconintra4x4.c271 case B_HU_PRED: in vp8_intra4x4_predict_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c663 for (mode = B_DC_PRED; mode <= B_HU_PRED; mode++) in rd_pick_intra4x4block()