Searched defs:MAX_NUM_SLICE_GROUP (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_api.h88 #define MAX_NUM_SLICE_GROUP 8 /* maximum for all the profiles */ macro
117 uint run_length_minus1[MAX_NUM_SLICE_GROUP]; /* array of size num_slice_group, in round robin fasion */
119 uint top_left[MAX_NUM_SLICE_GROUP-1]; /* array of co-ordinates of each slice_group */
120 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* except the last one which is the background. */
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h76 #define MAX_NUM_SLICE_GROUP 8 /* used in PicParamSet */ macro
355 uint run_length_minus1[MAX_NUM_SLICE_GROUP]; /* ue(v) */
358 uint top_left[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */
359 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */

Completed in 57 milliseconds