HomeSort by relevance Sort by last modified time
    Searched refs:WebPRescalerHasPendingOutput (Results 1 - 4 of 4) sorted by null

  /external/webp/src/utils/
rescaler.h 69 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) {
rescaler.c 326 while (WebPRescalerHasPendingOutput(rescaler)) {
  /external/webp/src/dec/
io.c 374 while (WebPRescalerHasPendingOutput(&p->scaler_y) &&
375 WebPRescalerHasPendingOutput(&p->scaler_u)) {
425 while (WebPRescalerHasPendingOutput(&p->scaler_a)) {
458 while (WebPRescalerHasPendingOutput(&p->scaler_a)) {
vp8l.c 428 while (WebPRescalerHasPendingOutput(rescaler)) {
547 while (WebPRescalerHasPendingOutput(rescaler)) {
    [all...]

Completed in 57 milliseconds