Searched defs:top_y (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_neon.c | 176 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 184 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument
|
D | upsampling_sse41.c | 109 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument
|
D | upsampling_sse2.c | 107 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_type3cache.cpp | 138 float top_y = image_matrix.d + image_matrix.f; in RenderGlyph() local
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 1732 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; in ARGBBlur() local
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 2236 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; in ARGBBlur() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2445 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; in ARGBBlur() local
|