HomeSort by relevance Sort by last modified time
    Searched refs:bottom_right (Results 1 - 12 of 12) sorted by null

  /external/clang/test/FixIt/
typo.c 13 bottom_right; member in struct:Rectangle
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 76 public int[] bottom_right; field in class:PictureParameterSet
102 pps.bottom_right = new int[pps.num_slice_groups_minus1 + 1];
111 pps.bottom_right[iGroup] = reader
112 .readUE("PPS: bottom_right");
201 int[] bottom_right = new int[1]; local
210 writer.writeUE(bottom_right[iGroup], "PPS: ");
287 result = prime * result + Arrays.hashCode(bottom_right);
326 if (!Arrays.equals(bottom_right, other.bottom_right))
399 ",\n bottom_right=" + bottom_right
    [all...]
  /external/clang/test/Sema/
designated-initializers.c 58 struct point bottom_right; member in struct:rect
65 [4].bottom_right = { .y = 1.0 },
67 [3] = { .top_left = { 1.1, 2.2 }, .bottom_right = { .y = 1.1 } }
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 113 yBottomRight = pps->bottom_right[ iGroup ] / PicWidthInMbs;
114 xBottomRight = pps->bottom_right[ iGroup ] % PicWidthInMbs;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 120 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* except the last one which is the background. */ member in struct:tagAVCEncParam
init.cpp 256 picParam->bottom_right[ii] = encParam->bottom_right[ii];
369 picParam->bottom_right[ii] = extP->bottom_right[ii];
    [all...]
header.cpp 260 status = ue_v(stream, picParam->bottom_right[iGroup]);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 359 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */ member in struct:tagPicParamSet
    [all...]
  /external/opencv/cv/src/
cvdistransform.cpp 829 CvPoint top_left = {0,0}, bottom_right = {size.width-1,size.height-1}; local
845 cvRectangle( src_copy, top_left, bottom_right, cvScalarAll(255), 1, 8 );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 2258 OMX_U8 bottom_right; member in struct:OMX_TI_VIDEO_H264VDEC_TotalCoefLuma
    [all...]

Completed in 452 milliseconds