Searched defs:top_y (Results 1 – 10 of 10) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_sse2.c | 107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, \ argument 122 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument
|
D | upsampling_neon.c | 195 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 203 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling_neon.c | 190 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 200 #define CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, uv, \ argument
|
D | upsampling_sse2.c | 111 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \ argument
|
/external/opencv/cv/src/ |
D | cvrotcalipers.cpp | 112 float left_x, right_x, top_y, bottom_y; in icvRotatingCalipers() local
|
/external/opencv3/modules/imgproc/src/ |
D | rotcalipers.cpp | 112 float left_x, right_x, top_y, bottom_y; in rotatingCalipers() local
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | frame.c | 585 uint8_t* const top_y = dec->y_t_ + dec->mb_x_ * 16; in VP8ReconstructBlock() local
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 143 FX_FLOAT top_y = image_matrix.d + image_matrix.f; in RenderGlyph() local
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1306 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 | 1732 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; in ARGBBlur() local
|