Searched defs:y_start (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dyuvframegenerator.cc254 int x_start, int y_start, int width, int height, int pitch, uint8 value) {
256 for (int y = y_start; y < y_start + height; y++) {
253 DrawBlockRectangle(uint8* p, int x_start, int y_start, int width, int height, int pitch, uint8 value) argument
/external/pixman/pixman/
H A Dpixman-trap.c157 pixman_fixed_t y_start,
195 pixman_edge_step (e, y_start - y_top);
155 pixman_edge_init(pixman_edge_t *e, int n, pixman_fixed_t y_start, pixman_fixed_t x_top, pixman_fixed_t y_top, pixman_fixed_t x_bot, pixman_fixed_t y_bot) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.c418 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
422 y0_16 = (y_start + y) << SUBPEL_BITS;
431 y0 = sf->scale_value_y(y_start + y, sf);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c300 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
304 y0_16 = (y_start + y) << SUBPEL_BITS;
313 y0 = sf->scale_value_y(y_start + y, sf);
/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c275 int y_start = MACROBLOCK_VPOS(mb_y); local
278 y_start -= extra_y_rows;
295 if (dec->alpha_data_ != NULL && y_start < y_end) {
298 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
304 if (y_start < io->crop_top) {
305 const int delta_y = io->crop_top - y_start;
306 y_start = io->crop_top;
315 if (y_start < y_end) {
322 io->mb_y = y_start
[all...]
H A Dvp8l.c592 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, argument
594 assert(y_start < y_end);
599 if (y_start < io->crop_top) {
600 const int delta = io->crop_top - y_start;
601 y_start = io->crop_top;
604 if (y_start >= y_end) return 0; // Crop window is empty.
608 io->mb_y = y_start - io->crop_top;
610 io->mb_h = y_end - y_start;
/external/webp/src/dec/
H A Dframe.c275 int y_start = MACROBLOCK_VPOS(mb_y); local
278 y_start -= extra_y_rows;
295 if (dec->alpha_data_ != NULL && y_start < y_end) {
298 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
304 if (y_start < io->crop_top) {
305 const int delta_y = io->crop_top - y_start;
306 y_start = io->crop_top;
315 if (y_start < y_end) {
322 io->mb_y = y_start
[all...]
H A Dvp8l.c592 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, argument
594 assert(y_start < y_end);
599 if (y_start < io->crop_top) {
600 const int delta = io->crop_top - y_start;
601 y_start = io->crop_top;
604 if (y_start >= y_end) return 0; // Crop window is empty.
608 io->mb_y = y_start - io->crop_top;
610 io->mb_h = y_end - y_start;
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc494 float y_start,
502 int y = y_start;
492 SendScrollEvents(ui::EventProcessor* dispatcher, float x_start, float y_start, int dx, int dy, int touch_id, int time_step, int num_steps, GestureEventConsumeDelegate* delegate) argument
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c739 int y_start, int y_end, uint32_t* data) {
741 if (y_start == 0) { // First Row follows the L (mode=1) mode.
750 ++y_start;
754 int y = y_start;
1154 int y_start, int y_end, uint32_t* data) {
1161 int y = y_start;
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) { \
738 PredictorInverseTransform(const VP8LTransform* const transform, int y_start, int y_end, uint32_t* data) argument
1153 ColorSpaceInverseTransform(const VP8LTransform* const transform, int y_start, int y_end, uint32_t* data) argument
/external/webp/src/dsp/
H A Dlossless.c730 int y_start, int y_end, uint32_t* data) {
732 if (y_start == 0) { // First Row follows the L (mode=1) mode.
741 ++y_start;
745 int y = y_start;
1145 int y_start, int y_end, uint32_t* data) {
1152 int y = y_start;
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) { \
729 PredictorInverseTransform(const VP8LTransform* const transform, int y_start, int y_end, uint32_t* data) argument
1144 ColorSpaceInverseTransform(const VP8LTransform* const transform, int y_start, int y_end, uint32_t* data) argument

Completed in 285 milliseconds