HomeSort by relevance Sort by last modified time
    Searched refs:prev_y (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
predictor_enc.c 540 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red,
552 if ((uint8_t)green_to_red == prev_y.green_to_red_) {
563 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality,
569 argb, stride, tile_width, tile_height, prev_x, prev_y,
580 argb, stride, tile_width, tile_height, prev_x, prev_y,
593 VP8LMultipliers prev_x, VP8LMultipliers prev_y,
605 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) {
611 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) {
627 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality,
640 argb, stride, tile_width, tile_height, prev_x, prev_y,
723 VP8LMultipliers prev_x, prev_y; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 352 int prev_y = y; local
367 line_end_flag = y - prev_y;
371 int prev_y = y; local
382 line_end_flag = y - prev_y;
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 615 prev_x = prev_y = None
636 prev_y = event[MTB.EV_VALUE]
646 if target_slot_live and prev_x and prev_y:
648 list_y.append(prev_y)
    [all...]

Completed in 684 milliseconds