/external/webp/src/dec/ |
D | frame.c | 275 int y_start = MACROBLOCK_VPOS(mb_y); in FinishRow() local 278 y_start -= extra_y_rows; in FinishRow() 295 if (dec->alpha_data_ != NULL && y_start < y_end) { in FinishRow() 298 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start); in FinishRow() 304 if (y_start < io->crop_top) { in FinishRow() 305 const int delta_y = io->crop_top - y_start; in FinishRow() 306 y_start = io->crop_top; in FinishRow() 315 if (y_start < y_end) { in FinishRow() 322 io->mb_y = y_start - io->crop_top; in FinishRow() 324 io->mb_h = y_end - y_start; in FinishRow()
|
D | vp8l.c | 592 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument 594 assert(y_start < y_end); in SetCropWindow() 599 if (y_start < io->crop_top) { in SetCropWindow() 600 const int delta = io->crop_top - y_start; in SetCropWindow() 601 y_start = io->crop_top; in SetCropWindow() 604 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow() 608 io->mb_y = y_start - io->crop_top; in SetCropWindow() 610 io->mb_h = y_end - y_start; in SetCropWindow()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | frame.c | 275 int y_start = MACROBLOCK_VPOS(mb_y); in FinishRow() local 278 y_start -= extra_y_rows; in FinishRow() 295 if (dec->alpha_data_ != NULL && y_start < y_end) { in FinishRow() 298 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start); in FinishRow() 304 if (y_start < io->crop_top) { in FinishRow() 305 const int delta_y = io->crop_top - y_start; in FinishRow() 306 y_start = io->crop_top; in FinishRow() 315 if (y_start < y_end) { in FinishRow() 322 io->mb_y = y_start - io->crop_top; in FinishRow() 324 io->mb_h = y_end - y_start; in FinishRow()
|
D | vp8l.c | 592 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument 594 assert(y_start < y_end); in SetCropWindow() 599 if (y_start < io->crop_top) { in SetCropWindow() 600 const int delta = io->crop_top - y_start; in SetCropWindow() 601 y_start = io->crop_top; in SetCropWindow() 604 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow() 608 io->mb_y = y_start - io->crop_top; in SetCropWindow() 610 io->mb_h = y_end - y_start; in SetCropWindow()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | yuvframegenerator.cc | 254 int x_start, int y_start, int width, int height, int pitch, uint8 value) { in DrawBlockRectangle() argument 256 for (int y = y_start; y < y_start + height; y++) { in DrawBlockRectangle()
|
D | yuvframegenerator.h | 58 void DrawBlockRectangle(uint8* p, int x_start, int y_start,
|
/external/chromium_org/third_party/libwebp/dsp/ |
D | lossless.c | 739 int y_start, int y_end, uint32_t* data) { in PredictorInverseTransform() argument 741 if (y_start == 0) { // First Row follows the L (mode=1) mode. in PredictorInverseTransform() 750 ++y_start; in PredictorInverseTransform() 754 int y = y_start; in PredictorInverseTransform() 1154 int y_start, int y_end, uint32_t* data) { in ColorSpaceInverseTransform() argument 1161 int y = y_start; in ColorSpaceInverseTransform() 1189 int y_start, int y_end, const TYPE* src, TYPE* dst) { \ 1198 for (y = y_start; y < y_end; ++y) { \ 1212 for (y = y_start; y < y_end; ++y) { \
|
D | lossless.h | 98 const struct VP8LTransform* const transform, int y_start, int y_end,
|
/external/webp/src/dsp/ |
D | lossless.c | 730 int y_start, int y_end, uint32_t* data) { in PredictorInverseTransform() argument 732 if (y_start == 0) { // First Row follows the L (mode=1) mode. in PredictorInverseTransform() 741 ++y_start; in PredictorInverseTransform() 745 int y = y_start; in PredictorInverseTransform() 1145 int y_start, int y_end, uint32_t* data) { in ColorSpaceInverseTransform() argument 1152 int y = y_start; in ColorSpaceInverseTransform() 1180 int y_start, int y_end, const TYPE* src, TYPE* dst) { \ 1189 for (y = y_start; y < y_end; ++y) { \ 1203 for (y = y_start; y < y_end; ++y) { \
|
D | lossless.h | 98 const struct VP8LTransform* const transform, int y_start, int y_end,
|
/external/chromium_org/third_party/icu/source/data/translit/ |
D | Latin_Katakana.txt | 28 $y_start = [ヤユヨやゆよ] ; 196 y } y ↔ ッ } $y_start;
|
/external/icu/icu4c/source/data/translit/ |
D | Latin_Katakana.txt | 28 $y_start = [ヤユヨやゆよ] ; 196 y } y ↔ ッ } $y_start;
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 300 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in dec_build_inter_predictors() local 304 y0_16 = (y_start + y) << SUBPEL_BITS; in dec_build_inter_predictors() 313 y0 = sf->scale_value_y(y_start + y, sf); in dec_build_inter_predictors()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
D | vp9_reconinter.c | 418 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in dec_build_inter_predictors() local 422 y0_16 = (y_start + y) << SUBPEL_BITS; in dec_build_inter_predictors() 431 y0 = sf->scale_value_y(y_start + y, sf); in dec_build_inter_predictors()
|
/external/pixman/pixman/ |
D | pixman-trap.c | 157 pixman_fixed_t y_start, in pixman_edge_init() argument 195 pixman_edge_step (e, y_start - y_top); in pixman_edge_init()
|
D | pixman.h | 1053 pixman_fixed_t y_start,
|
/external/chromium_org/ui/aura/gestures/ |
D | gesture_recognizer_unittest.cc | 494 float y_start, in SendScrollEvents() argument 502 int y = y_start; in SendScrollEvents()
|