HomeSort by relevance Sort by last modified time
    Searched refs:idy (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/skia/tests/
PathCoverageTest.cpp 30 int idy = SkAbs32(SkScalarRoundToInt(dy)); local
31 if (idx > idy) {
32 idx += idy >> 1;
34 idx = idy + (idx >> 1);
  /external/skia/tests/
PathCoverageTest.cpp 30 int idy = SkAbs32(SkScalarRoundToInt(dy)); local
31 if (idx > idy) {
32 idx += idy >> 1;
34 idx = idy + (idx >> 1);
  /hardware/ti/omap4-aah/camera/
NV12_resize.cpp 63 mmUint16 idx,idy, idxC; local
96 idy = i_img_ptr->uHeight;
99 if ( idx < 1 || idy < 1 || i_img_ptr->uStride < 1 ) {
100 CAMHAL_LOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride);
105 resizeFactorY = ((idy-1)<<9) / cody;
  /hardware/ti/omap4xxx/camera/
NV12_resize.c 52 mmUint16 idx,idy, idxC; local
93 idy = i_img_ptr->uHeight;
96 if (idx < 1 || idy < 1 || i_img_ptr->uStride < 1)
98 ALOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride);
104 resizeFactorY = ((idy-1)<<9) / cody;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 100 idy RN 7 label
131 idy RN 7 label
148 M_LDR idy, ptridy
155 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx]
265 M_ADR idy, pTempBuf
312 M_ADR idy, pTempBuf
338 M_ADR idy, pTempBuf
384 M_ADR idy, pTempBuf
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c 251 int idx, idy; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
255 const int i = idy * 2 + idx;
vp9_rdopt.c 197 int idx, idy; local
203 for (idy = 0; idy < bh; ++idy) {
205 uint8_t *src = p->src.buf + (idy * p->src.stride << lh) + (idx << lw);
206 uint8_t *dst = pd->dst.buf + (idy * pd->dst.stride << lh) + (idx << lh);
207 int block_idx = (idy << 1) + idx;
660 int idx, idy; local
688 for (idy = 0; idy < num_4x4_blocks_high; ++idy)
775 int idx, idy; local
1046 int idx, idy; local
1109 int idx, idy; local
1285 int k, br = 0, idx, idy; local
    [all...]
vp9_bitstream.c 268 int idx, idy; local
271 for (idy = 0; idy < 2; idy += num_4x4_h) {
273 const PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode;
305 int idx, idy; local
306 for (idy = 0; idy < 2; idy += num_4x4_h) {
308 const int j = idy * 2 + idx
354 int idx, idy; local
    [all...]
vp9_encodeframe.c 1918 int idx, idy; local
3534 int idx, idy; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 251 int idx, idy; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
255 const int i = idy * 2 + idx;
vp9_bitstream.c 271 int idx, idy; local
274 for (idy = 0; idy < 2; idy += num_4x4_h) {
276 const MB_PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode;
307 int idx, idy; local
308 for (idy = 0; idy < 2; idy += num_4x4_h) {
310 const int j = idy * 2 + idx
357 int idx, idy; local
    [all...]
vp9_rdopt.c 1066 int idx, idy; local
1181 int idx, idy; local
1483 int idx, idy; local
1552 int idx, idy; local
1717 int k, br = 0, idx, idy; local
    [all...]
vp9_encodeframe.c 3522 int idx, idy; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 251 int idx, idy; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
255 const int i = idy * 2 + idx;
vp9_bitstream.c 271 int idx, idy; local
274 for (idy = 0; idy < 2; idy += num_4x4_h) {
276 const MB_PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode;
307 int idx, idy; local
308 for (idy = 0; idy < 2; idy += num_4x4_h) {
310 const int j = idy * 2 + idx
357 int idx, idy; local
    [all...]
vp9_rdopt.c 1066 int idx, idy; local
1181 int idx, idy; local
1483 int idx, idy; local
1552 int idx, idy; local
1717 int k, br = 0, idx, idy; local
    [all...]
vp9_encodeframe.c 3358 int idx, idy; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScan_Hairline.cpp 204 int idy = SkScalarCeilToInt(dy);
206 if (idx > idy) {
207 return idx + (idy >> 1);
209 return idy + (idx >> 1);
  /external/skia/src/core/
SkScan_Hairline.cpp 204 int idy = SkScalarCeilToInt(dy);
206 if (idx > idy) {
207 return idx + (idy >> 1);
209 return idy + (idx >> 1);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 475 int idx, idy; local
478 for (idy = 0; idy < 2; idy += num_4x4_h) {
481 const int j = idy * 2 + idx;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 471 int idx, idy; local
474 for (idy = 0; idy < 2; idy += num_4x4_h) {
477 const int j = idy * 2 + idx;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 471 int idx, idy; local
474 for (idy = 0; idy < 2; idy += num_4x4_h) {
477 const int j = idy * 2 + idx;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 90 idy RN 7 label
192 M_LDR idy, ptridy
196 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 1146 final int idy = (int) (y - mLastMotionY[mActivePointerId]); local
1148 dragTo(mCapturedView.getLeft() + idx, mCapturedView.getTop() + idy, idx, idy); local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/widget/
ViewDragHelper.java     [all...]

Completed in 781 milliseconds

1 2