Searched refs:VP8EmitTokens (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/libwebp/enc/ |
H A D | token.c | 15 // value in the final probability array (uint8_t* probas in VP8EmitTokens). 216 int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw, function
|
H A D | vp8enci.h | 355 int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
|
H A D | frame.c | 959 ok = VP8EmitTokens(&enc->tokens_, enc->parts_ + 0,
|
/external/webp/src/enc/ |
H A D | token.c | 15 // value in the final probability array (uint8_t* probas in VP8EmitTokens). 216 int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw, function
|
H A D | vp8enci.h | 355 int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
|
H A D | frame.c | 959 ok = VP8EmitTokens(&enc->tokens_, enc->parts_ + 0,
|
Completed in 1058 milliseconds