Searched refs:prev_y (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/enc/ |
D | predictor_enc.c | 520 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red, in GetPredictionCostCrossColorRed() argument 532 if ((uint8_t)green_to_red == prev_y.green_to_red_) { in GetPredictionCostCrossColorRed() 543 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenToRed() argument 549 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed() 560 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed() 573 VP8LMultipliers prev_x, VP8LMultipliers prev_y, in GetPredictionCostCrossColorBlue() argument 585 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue() 591 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) { in GetPredictionCostCrossColorBlue() 607 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenRedToBlue() argument 620 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue() [all …]
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_bmp.cpp | 352 int prev_y = y; in ReadData() local 367 line_end_flag = y - prev_y; in ReadData() 371 int prev_y = y; in ReadData() local 382 line_end_flag = y - prev_y; in ReadData()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | 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) 871 prev_x = prev_y = None 886 accu_y += self._calc_movement_for_axis(y, prev_y) 887 prev_y = y
|