Home
last modified time | relevance | path

Searched refs:prev_x (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dpredictor_enc.c553 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red, in GetPredictionCostCrossColorRed() argument
562 if ((uint8_t)green_to_red == prev_x.green_to_red_) { in GetPredictionCostCrossColorRed()
576 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenToRed() argument
582 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
593 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
606 VP8LMultipliers prev_x, VP8LMultipliers prev_y, in GetPredictionCostCrossColorBlue() argument
615 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) { in GetPredictionCostCrossColorBlue()
621 if ((uint8_t)red_to_blue == prev_x.red_to_blue_) { in GetPredictionCostCrossColorBlue()
640 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenRedToBlue() argument
653 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
[all …]
/external/harfbuzz_ng/src/OT/glyf/
DSimpleGlyph.hh280 int prev_x = 0, prev_y = 0; in compile_bytes_with_deltas() local
289 encode_coord (cur_x - prev_x, flag, FLAG_X_SHORT, FLAG_X_SAME, x_coords); in compile_bytes_with_deltas()
293 prev_x = cur_x; in compile_bytes_with_deltas()
/external/mesa3d/src/imgui/
Dimstb_textedit.h400 float base_y = 0, prev_x; in stb_text_locate_coord() local
434 prev_x = r.x0; in stb_text_locate_coord()
437 if (x < prev_x+w) { in stb_text_locate_coord()
438 if (x < prev_x+w/2) in stb_text_locate_coord()
443 prev_x += w; in stb_text_locate_coord()