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

  /external/libvpx/vp8/common/
reconintra4x4.c 25 unsigned char top_left = Above[-1]; local
64 int pred = Above[c] - top_left + Left[r];
84 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
108 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
155 pp[4] = top_left;
189 pp[4] = top_left;
246 pp[4] = top_left;
  /external/libvpx/vp8/decoder/
reconintra_mt.c 646 unsigned char top_left; /* = Above[-1]; */ local
669 top_left = pbi->mt_yleft_col[mb_row][num-1];
671 top_left = Above[-1];
705 int pred = Above[c] - top_left + Left[r];
725 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
749 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
796 pp[4] = top_left;
830 pp[4] = top_left;
887 pp[4] = top_left;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 119 uint top_left[MAX_NUM_SLICE_GROUP-1]; /* array of co-ordinates of each slice_group */ member in struct:tagAVCEncParam
intra_est.cpp 725 bool top_left = FALSE; local
811 top_left = TRUE;
1015 if (top_left == TRUE)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 358 uint top_left[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */ member in struct:tagPicParamSet
    [all...]

Completed in 61 milliseconds