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

  /external/skia/tests/
CubicMapTest.cpp 41 SkScalar prev_y = 0; local
46 if (y < 0 || y > 1 || !nearly_le(prev_y, y)) {
50 prev_y = y;
  /external/skqp/tests/
CubicMapTest.cpp 41 SkScalar prev_y = 0; local
46 if (y < 0 || y > 1 || !nearly_le(prev_y, y)) {
50 prev_y = y;
  /external/webp/src/enc/
predictor_enc.c 542 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red,
554 if ((uint8_t)green_to_red == prev_y.green_to_red_) {
565 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality,
571 argb, stride, tile_width, tile_height, prev_x, prev_y,
582 argb, stride, tile_width, tile_height, prev_x, prev_y,
595 VP8LMultipliers prev_x, VP8LMultipliers prev_y,
607 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) {
613 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) {
629 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality,
642 argb, stride, tile_width, tile_height, prev_x, prev_y,
725 VP8LMultipliers prev_x, prev_y; local
    [all...]
  /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 653 milliseconds