Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow() local
151 VP8PredLuma16[pred_func](y_dst); in ReconstructRow()
161 const int pred_func = CheckMode(mb_x, mb_y, block->uvmode_); in ReconstructRow() local
162 VP8PredChroma8[pred_func](u_dst); in ReconstructRow()
163 VP8PredChroma8[pred_func](v_dst); in ReconstructRow()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless.c223 const VP8LPredictorAddSubFunc pred_func = in GENERATE_PREDICTOR_ADD() local
227 pred_func(in + x, out + x - width, x_end - x, out + x); in GENERATE_PREDICTOR_ADD()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpredictor_enc.c242 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetResidual() local
252 predict = pred_func(current_row[x - 1], upper_row + x); in GetResidual()

Completed in 8 milliseconds