Home
last modified time | relevance | path

Searched defs:top_y (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dsp/
Dupsampling_neon.c176 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument
184 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument
Dupsampling_sse2.c107 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument
Dupsampling_sse41.c109 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument
/external/pdfium/core/fpdfapi/render/
Dcpdf_type3cache.cpp139 float top_y = image_matrix.d + image_matrix.f; in RenderGlyph() local
/external/igt-gpu-tools/tests/
Dtestdisplay.c275 double x, y, top_y; in paint_output_info() local
/external/libaom/libaom/third_party/libyuv/source/
Dplanar_functions.cc1732 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; in ARGBBlur() local
/external/libyuv/files/source/
Dplanar_functions.cc2680 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; in ARGBBlur() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2445 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; in ARGBBlur() local