HomeSort by relevance Sort by last modified time
    Searched full:pred_func (Results 1 - 1 of 1) sorted by null

  /external/webp/src/dec/
frame.c 480 const int pred_func = CheckMode(dec, dec->imodes_[0]); local
481 VP8PredLuma16[pred_func](y_dst);
495 const int pred_func = CheckMode(dec, dec->uvmode_); local
496 VP8PredChroma8[pred_func](u_dst);
497 VP8PredChroma8[pred_func](v_dst);

Completed in 422 milliseconds