Searched refs:predict (Results 1 – 22 of 22) sorted by relevance
152 const int residual = (value - predict) & 0xff; in NearLosslessComponent()153 const int boundary_residual = (boundary - predict) & 0xff; in NearLosslessComponent()197 return VP8LSubPixels(value, predict); in NearLossless()205 a = NearLosslessDiff(value >> 24, predict >> 24); in NearLossless()214 new_green = ((predict >> 8) + g) & 0xff; in NearLossless()245 uint32_t predict; in GetResidual() local250 predict = upper_row[x]; // Top. in GetResidual()257 residual = VP8LSubPixels(current_row[x], predict); in GetResidual()262 current_row[x] = VP8LAddPixels(predict, residual); in GetResidual()270 residual = VP8LSubPixels(current_row[x], predict); in GetResidual()[all …]
72 uint32_t predict = 0x00000000; in GreedyMinimizeDeltas() local78 const uint32_t cur_score = PaletteColorDistance(palette[k], predict); in GreedyMinimizeDeltas()85 predict = palette[i]; in GreedyMinimizeDeltas()96 uint32_t predict = 0x000000; in PaletteHasNonMonotonousDeltas() local100 const uint32_t diff = VP8LSubPixels(palette[i], predict); in PaletteHasNonMonotonousDeltas()113 predict = palette[i]; in PaletteHasNonMonotonousDeltas()
52 def predict(): function
16 ml.predict()
506 lv_coord_t predict = 0; in drag_end_handler() local509 predict += vect.x; in drag_end_handler()513 p.x -= predict; in drag_end_handler()517 lv_coord_t predict = 0; in drag_end_handler() local520 predict += vect.y; in drag_end_handler()524 p.y -= predict; in drag_end_handler()
17 ml.predict()
71 TIFFPredictorState predict; member
47 TIFFPredictorState predict; member
92 TIFFPredictorState predict; /* predictor super class */ member
460 TIFFPredictorState predict; member
558 library has no reliable way to predict the number of passes when dealing559 with a progressive JPEG file, nor can it predict the number of output passes
2250 - Supported Search stream predict task list use modelId for IVISION.2280 - Supported Sync predict for Image.
3442 889a5786 Improve predict vs no-predict heuristic.
1714 cannot predict the final result.
Completed in 44 milliseconds