/external/chromium_org/third_party/libwebp/dec/ |
decode_vp8.h | 35 // VP8Decoder* dec = VP8New(); 123 typedef struct VP8Decoder VP8Decoder; 126 VP8Decoder* VP8New(void); 136 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io); 140 int VP8Decode(VP8Decoder* const dec, VP8Io* const io); 143 VP8StatusCode VP8Status(VP8Decoder* const dec); 146 const char* VP8StatusMessage(VP8Decoder* const dec); 150 void VP8Clear(VP8Decoder* const dec); 153 void VP8Delete(VP8Decoder* const dec) [all...] |
layer.c | 25 int VP8DecodeLayer(VP8Decoder* const dec) {
|
vp8i.h | 183 // VP8Decoder: the main opaque structure handed over to user 185 struct VP8Decoder { 293 int VP8SetError(VP8Decoder* const dec, 298 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec); 299 void VP8ParseIntraMode(VP8BitReader* const br, VP8Decoder* const dec); 302 void VP8ParseQuant(VP8Decoder* const dec); 305 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io); 307 void VP8ReconstructBlock(VP8Decoder* const dec); 312 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io); 315 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) [all...] |
vp8.c | 32 // VP8Decoder 34 static void SetOk(VP8Decoder* const dec) { 49 VP8Decoder* VP8New(void) { 50 VP8Decoder* const dec = (VP8Decoder*)calloc(1, sizeof(*dec)); 60 VP8StatusCode VP8Status(VP8Decoder* const dec) { 65 const char* VP8StatusMessage(VP8Decoder* const dec) { 71 void VP8Delete(VP8Decoder* const dec) { 78 int VP8SetError(VP8Decoder* const dec, 189 static VP8StatusCode ParsePartitions(VP8Decoder* const dec [all...] |
quant.c | 66 void VP8ParseQuant(VP8Decoder* const dec) {
|
idec.c | 70 void* dec_; // either a VP8Decoder or a VP8LDecoder instance 113 const VP8Decoder* const dec = (VP8Decoder*)idec->dec_; 129 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; 156 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; 238 static void SaveContext(const VP8Decoder* dec, const VP8BitReader* token_br, 252 static void RestoreContext(const MBContext* context, VP8Decoder* const dec, 309 VP8Decoder* const dec = VP8New() [all...] |
frame.c | 42 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { 92 static void FilterRow(const VP8Decoder* const dec) { 104 static void PrecomputeFilterStrengths(VP8Decoder* const dec) { 164 static int FinishRow(VP8Decoder* const dec, VP8Io* const io) { 255 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { 290 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) { 345 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) { 385 static int InitThreadContext(VP8Decoder* const dec) { 410 static int AllocateMemory(VP8Decoder* const dec) { 510 static void InitIo(VP8Decoder* const dec, VP8Io* io) [all...] |
alpha.c | 90 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec,
|
tree.c | 339 void VP8ParseIntraMode(VP8BitReader* const br, VP8Decoder* const dec) { 541 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) {
|
webp.c | 448 VP8Decoder* const dec = VP8New();
|
/external/webp/src/dec/ |
decode_vp8.h | 35 // VP8Decoder* dec = VP8New(); 123 typedef struct VP8Decoder VP8Decoder; 126 VP8Decoder* VP8New(void); 136 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io); 140 int VP8Decode(VP8Decoder* const dec, VP8Io* const io); 143 VP8StatusCode VP8Status(VP8Decoder* const dec); 146 const char* VP8StatusMessage(VP8Decoder* const dec); 150 void VP8Clear(VP8Decoder* const dec); 153 void VP8Delete(VP8Decoder* const dec) [all...] |
layer.c | 25 int VP8DecodeLayer(VP8Decoder* const dec) {
|
vp8i.h | 183 // VP8Decoder: the main opaque structure handed over to user 185 struct VP8Decoder { 293 int VP8SetError(VP8Decoder* const dec, 298 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec); 299 void VP8ParseIntraMode(VP8BitReader* const br, VP8Decoder* const dec); 302 void VP8ParseQuant(VP8Decoder* const dec); 305 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io); 307 void VP8ReconstructBlock(VP8Decoder* const dec); 312 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io); 315 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) [all...] |
vp8.c | 32 // VP8Decoder 34 static void SetOk(VP8Decoder* const dec) { 49 VP8Decoder* VP8New(void) { 50 VP8Decoder* const dec = (VP8Decoder*)calloc(1, sizeof(*dec)); 60 VP8StatusCode VP8Status(VP8Decoder* const dec) { 65 const char* VP8StatusMessage(VP8Decoder* const dec) { 71 void VP8Delete(VP8Decoder* const dec) { 78 int VP8SetError(VP8Decoder* const dec, 189 static VP8StatusCode ParsePartitions(VP8Decoder* const dec [all...] |
quant.c | 66 void VP8ParseQuant(VP8Decoder* const dec) {
|
idec.c | 70 void* dec_; // either a VP8Decoder or a VP8LDecoder instance 113 const VP8Decoder* const dec = (VP8Decoder*)idec->dec_; 129 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; 156 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; 238 static void SaveContext(const VP8Decoder* dec, const VP8BitReader* token_br, 252 static void RestoreContext(const MBContext* context, VP8Decoder* const dec, 309 VP8Decoder* const dec = VP8New() [all...] |
frame.c | 42 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { 92 static void FilterRow(const VP8Decoder* const dec) { 104 static void PrecomputeFilterStrengths(VP8Decoder* const dec) { 164 static int FinishRow(VP8Decoder* const dec, VP8Io* const io) { 255 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { 290 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) { 345 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) { 385 static int InitThreadContext(VP8Decoder* const dec) { 410 static int AllocateMemory(VP8Decoder* const dec) { 510 static void InitIo(VP8Decoder* const dec, VP8Io* io) [all...] |
alpha.c | 90 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec,
|
tree.c | 339 void VP8ParseIntraMode(VP8BitReader* const br, VP8Decoder* const dec) { 541 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) {
|
webp.c | 431 VP8Decoder* const dec = VP8New();
|
/external/libvpx/libvpx/test/ |
codec_factory.h | 70 class VP8Decoder : public Decoder { 72 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) 108 return new VP8Decoder(cfg, deadline);
|
vp8_decrypt_test.cc | 51 VP8Decoder decoder(dec_cfg, 0);
|