Searched refs:idy (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DPathCoverageTest.cpp30 int idy = SkAbs32(SkScalarRoundToInt(dy)); local
31 if (idx > idy) {
32 idx += idy >> 1;
34 idx = idy + (idx >> 1);
/external/skia/tests/
H A DPathCoverageTest.cpp30 int idy = SkAbs32(SkScalarRoundToInt(dy)); local
31 if (idx > idy) {
32 idx += idy >> 1;
34 idx = idy + (idx >> 1);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemv.c251 int idx, idy; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
255 const int i = idy * 2 + idx;
H A Dvp9_rdopt.c197 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_hig
775 int idx, idy; local
1046 int idx, idy; local
1109 int idx, idy; local
1285 int k, br = 0, idx, idy; local
[all...]
H A Dvp9_bitstream.c268 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 *
354 int idx, idy; local
[all...]
H A Dvp9_encodeframe.c1918 int idx, idy; local
1931 for (idy = 0; idy < mi_height; ++idy) {
1933 mi = prev_mi[idy * cm->mi_stride + idx].src_mi;
1942 for (idy = 0; idy < mi_height; ++idy) {
1943 mi = xd->mi[idy * cm->mi_stride - 1].src_mi;
3534 int idx, idy; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c251 int idx, idy; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
255 const int i = idy * 2 + idx;
H A Dvp9_bitstream.c271 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 *
357 int idx, idy; local
[all...]
H A Dvp9_rdopt.c1066 int idx, idy; local
1094 for (idy = 0; idy < num_4x4_blocks_high; ++idy) {
1096 const int block = ib + idy * 2 + idx;
1097 const uint8_t *const src = &src_init[idx * 4 + idy * 4 * src_stride];
1098 uint8_t *const dst = &dst_init[idx * 4 + idy * 4 * dst_stride];
1107 dst, dst_stride, idx, idy, 0);
1114 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
1127 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X
1181 int idx, idy; local
1483 int idx, idy; local
1552 int idx, idy; local
1717 int k, br = 0, idx, idy; local
[all...]
H A Dvp9_encodeframe.c3522 int idx, idy; local
3525 for (idy = 0; idy < 2; idy += num_4x4_h)
3527 ++counts->y_mode[0][mi->bmi[idy * 2 + idx].as_mode];
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Hairline.cpp204 int idy = SkScalarCeilToInt(dy);
206 if (idx > idy) {
207 return idx + (idy >> 1);
209 return idy + (idx >> 1);
/external/skia/src/core/
H A DSkScan_Hairline.cpp204 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/
H A Dvp9_decodemv.c475 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/
H A Dvp9_decodemv.c471 int idx, idy; local
474 for (idy = 0; idy < 2; idy += num_4x4_h) {
477 const int j = idy * 2 + idx;

Completed in 1342 milliseconds