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

  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 471 // Release memory allocated for bit-writing in VP8EncLoop & seq.
493 int VP8EncLoop(VP8Encoder* const enc);
webpenc.c 391 ok = ok && VP8EncLoop(enc);
frame.c 855 // VP8EncLoop(): does the final bitstream coding.
866 int VP8EncLoop(VP8Encoder* const enc) {
  /external/webp/src/enc/
vp8enci.h 431 // Release memory allocated for bit-writing in VP8EncLoop & seq.
452 int VP8EncLoop(VP8Encoder* const enc);
webpenc.c 365 ok = ok && VP8EncLoop(enc);
frame.c 686 // VP8EncLoop(): does the final bitstream coding.
697 int VP8EncLoop(VP8Encoder* const enc) {

Completed in 397 milliseconds