Home
last modified time | relevance | path

Searched refs:MB_LVL_MAX (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/vp8/common/
Dblockd.h96 MB_LVL_MAX = 2 /* Number of MB level features supported */ enumerator
256 … signed char segment_feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; /* Segment parameters */
Dentropy.h99 extern const int vp8_mb_feature_data_bits[MB_LVL_MAX];
Dentropy.c49 const int vp8_mb_feature_data_bits[MB_LVL_MAX] = {7, 6};
/external/libvpx/vp8/encoder/
Donyx_int.h580 …signed char segment_feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; // Segment data (can be …
Dbitstream.c1432 for (i = 0; i < MB_LVL_MAX; i++) in vp8_pack_bitstream()
Donyx_if.c373 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; in segmentation_test_function()
430 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; in cyclic_background_refresh()
5270 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; in vp8_set_roimap()
/external/libvpx/vp8/decoder/
Ddecodframe.c677 for (i = 0; i < MB_LVL_MAX; i++) in vp8_decode_frame()