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.h102 extern const int vp8_mb_feature_data_bits[MB_LVL_MAX];
Dentropy.c82 const int vp8_mb_feature_data_bits[MB_LVL_MAX] = {7, 6}; variable
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c990 const int *const mb_feature_data_bits = vp8_mb_feature_data_bits; in vp8_decode_frame()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1284 mb_feature_data_bits = vp8_mb_feature_data_bits; in vp8_pack_bitstream()