Searched defs:source_sz (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddboolhuff.c17 unsigned int source_sz,
21 br->user_buffer_end = source+source_sz;
29 if (source_sz && !source)
15 vp8dx_start_decode(BOOL_DECODER *br, const unsigned char *source, unsigned int source_sz, vpx_decrypt_cb decrypt_cb, void *decrypt_state) argument
/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.c16 unsigned int source_sz,
20 br->user_buffer_end = source+source_sz;
28 if (source_sz && !source)
14 vp8dx_start_decode(BOOL_DECODER *br, const unsigned char *source, unsigned int source_sz, vp8_decrypt_cb *decrypt_cb, void *decrypt_state) argument

Completed in 3148 milliseconds