Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dentropy.h101 extern const int vp8_mb_feature_data_bits[MB_LVL_MAX];
Dentropy.c65 const int vp8_mb_feature_data_bits[MB_LVL_MAX] = { 7, 6 }; variable
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c891 const int *const mb_feature_data_bits = vp8_mb_feature_data_bits; in vp8_decode_frame()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1022 mb_feature_data_bits = vp8_mb_feature_data_bits; in vp8_pack_bitstream()