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

  /external/libvpx/vp8/decoder/
dboolhuff.c 30 unsigned int source_sz)
32 br->user_buffer_end = source+source_sz;
38 if (source_sz && !source)
dboolhuff.h 45 const unsigned char *source, unsigned int source_sz)
106 const unsigned char *source, unsigned int source_sz) {
110 return DBOOLHUFF_INVOKE(rtcd, start)(br, source, source_sz);
onyxd_int.h 82 unsigned int source_sz; member in struct:VP8Decompressor
onyxd_if.c 370 pbi->source_sz = size;
decodframe.c 428 const unsigned char *user_data_end = pbi->Source + pbi->source_sz;
567 const unsigned char *const data_end = data + pbi->source_sz;

Completed in 310 milliseconds