Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpredictor_enc.c551 if ((uint8_t)green_to_red == prev_x.green_to_red_) { in GetPredictionCostCrossColorRed()
571 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
595 VP8LMultipliers prev_x, VP8LMultipliers prev_y, in GetPredictionCostCrossColorBlue() argument
604 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) { in GetPredictionCostCrossColorBlue()
610 if ((uint8_t)red_to_blue == prev_x.red_to_blue_) { in GetPredictionCostCrossColorBlue()
642 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
677 VP8LMultipliers prev_x, in GetBestColorTransformForTile() argument
725 VP8LMultipliers prev_x, prev_y; in VP8LColorSpaceTransform() local
727 MultipliersClear(&prev_x); in VP8LColorSpaceTransform()
740 prev_x, prev_y, in VP8LColorSpaceTransform()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_indev.c1084 lv_coord_t prev_x = drag_obj->coords.x1; local
1115 if(drag_obj->coords.x1 == prev_x && drag_obj->coords.y1 == prev_y) {

Completed in 8 milliseconds