Home
last modified time | relevance | path

Searched refs:prev_y (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/enc/
Dpredictor_enc.c542 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red, in GetPredictionCostCrossColorRed() argument
554 if ((uint8_t)green_to_red == prev_y.green_to_red_) { in GetPredictionCostCrossColorRed()
565 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenToRed() argument
571 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
582 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
595 VP8LMultipliers prev_x, VP8LMultipliers prev_y, in GetPredictionCostCrossColorBlue() argument
607 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue()
613 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) { in GetPredictionCostCrossColorBlue()
629 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenRedToBlue() argument
642 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
[all …]
/external/skia/tests/
DCubicMapTest.cpp41 SkScalar prev_y = 0; in exercise_cubicmap() local
46 if (y < 0 || y > 1 || !nearly_le(prev_y, y)) { in exercise_cubicmap()
50 prev_y = y; in exercise_cubicmap()
/external/skqp/tests/
DCubicMapTest.cpp41 SkScalar prev_y = 0; in exercise_cubicmap() local
46 if (y < 0 || y > 1 || !nearly_le(prev_y, y)) { in exercise_cubicmap()
50 prev_y = y; in exercise_cubicmap()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmtb.py615 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