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_bitstream.c271 int idx, idy; local
274 for (idy = 0; idy < 2; idy += num_4x4_h) {
276 const 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.c1069 int idx, idy; local
1097 for (idy = 0; idy < num_4x4_blocks_high; ++idy) {
1099 const int block = ib + idy * 2 + idx;
1100 const uint8_t *const src = &src_init[idx * 4 + idy * 4 * src_stride];
1101 uint8_t *const dst = &dst_init[idx * 4 + idy * 4 * dst_stride];
1110 dst, dst_stride, idx, idy, 0);
1117 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
1130 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X
1184 int idx, idy; local
1485 int idx, idy; local
1548 int idx, idy; local
1726 int k, br = 0, idx, idy; local
[all...]
H A Dvp9_encodeframe.c3273 int idx, idy; local
3276 for (idy = 0; idy < 2; idy += num_4x4_h)
3278 ++counts->y_mode[0][mi->bmi[idy * 2 + idx].as_mode];
/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.c470 int idx, idy; local
473 for (idy = 0; idy < 2; idy += num_4x4_h) {
476 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 294 milliseconds