HomeSort by relevance Sort by last modified time
    Searched refs:top_left (Results 1 - 10 of 10) 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/common/src/
fmo.cpp 111 yTopLeft = pps->top_left[ iGroup ] / PicWidthInMbs;
112 xTopLeft = pps->top_left[ iGroup ] % PicWidthInMbs;
  /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
init.cpp 259 picParam->top_left[ii] = encParam->top_left[ii];
372 picParam->top_left[ii] = extP->top_left[ii];
    [all...]
intra_est.cpp 725 bool top_left = FALSE; local
811 top_left = TRUE;
1015 if (top_left == TRUE)
    [all...]
header.cpp 259 status = ue_v(stream, picParam->top_left[iGroup]);
    [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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 1038 chtype top_left =0, chtype top_right=0,
1040 return ::wborder(w, left, right, top, bottom, top_left, top_right,
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 388 ue_v(stream, &(picParam->top_left[iGroup]));
    [all...]

Completed in 187 milliseconds