Searched defs:iy (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c3442 int iy = y >> 16; local
3443 const uint8* const src = src_ptr + iy * src_stride;
3449 boxheight = (y >> 16) - iy;
3482 int iy = y >> 16; local
3483 const uint8* const src = src_ptr + iy * src_stride;
3489 boxheight = (y >> 16) - iy;
3588 int iy = y >> 16; local
3590 const uint8* const src = src_ptr + iy * src_stride;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2040 int iy, midx; local
2041 for (iy = i + 1; iy < 4; ++iy)
2043 bsi->rdstat[iy][midx].brdcost = INT64_MAX;
2063 int iy, midx; local
2064 for (iy = i + 1; iy < 4; ++iy)
2066 bsi->rdstat[iy][mid
[all...]

Completed in 74 milliseconds