HomeSort by relevance Sort by last modified time
    Searched defs:MAX_NUM_SLICE_GROUP (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 88 #define MAX_NUM_SLICE_GROUP 8 /* maximum for all the profiles */
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/
avcint_common.h 76 #define MAX_NUM_SLICE_GROUP 8 /* used in PicParamSet */
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) */
    [all...]

Completed in 63 milliseconds