HomeSort by relevance Sort by last modified time
    Searched defs:VP8InitResidual (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
cost.c 552 void VP8InitResidual(int first, int coeff_type,
606 VP8InitResidual(0, 3, enc, &res);
622 VP8InitResidual(0, 1, enc, &res);
627 VP8InitResidual(1, 0, enc, &res);
647 VP8InitResidual(0, 2, enc, &res);
  /external/webp/src/enc/
cost.c 552 void VP8InitResidual(int first, int coeff_type,
606 VP8InitResidual(0, 3, enc, &res);
622 VP8InitResidual(0, 1, enc, &res);
627 VP8InitResidual(1, 0, enc, &res);
647 VP8InitResidual(0, 2, enc, &res);

Completed in 934 milliseconds