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

  /external/opencv3/3rdparty/libwebp/utils/
rescaler.h 61 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) {
rescaler.c 143 while (WebPRescalerHasPendingOutput(rescaler)) {
  /external/webp/src/utils/
rescaler.h 91 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) {
rescaler.c 112 while (total_imported < num_lines && !WebPRescalerHasPendingOutput(wrk)) {
135 while (WebPRescalerHasPendingOutput(rescaler)) {
  /external/opencv3/3rdparty/libwebp/dec/
io.c 369 while (WebPRescalerHasPendingOutput(&p->scaler_y) &&
370 WebPRescalerHasPendingOutput(&p->scaler_u)) {
420 while (WebPRescalerHasPendingOutput(&p->scaler_a)) {
449 while (WebPRescalerHasPendingOutput(&p->scaler_a)) {
vp8l.c 410 while (WebPRescalerHasPendingOutput(rescaler)) {
523 while (WebPRescalerHasPendingOutput(rescaler)) {
    [all...]
  /external/webp/src/dec/
io.c 342 while (WebPRescalerHasPendingOutput(&p->scaler_y) &&
343 WebPRescalerHasPendingOutput(&p->scaler_u)) {
395 while (WebPRescalerHasPendingOutput(&p->scaler_a) &&
425 while (WebPRescalerHasPendingOutput(&p->scaler_a) &&
vp8l.c 528 while (WebPRescalerHasPendingOutput(rescaler)) {
609 while (WebPRescalerHasPendingOutput(rescaler)) {
    [all...]

Completed in 117 milliseconds