OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
)
105
const unsigned char *source, unsigned int
source_sz
) {
109
return DBOOLHUFF_INVOKE(rtcd, start)(br, source,
source_sz
);
onyxd_int.h
82
unsigned int
source_sz
;
member in struct:VP8Decompressor
onyxd_if.c
342
pbi->
source_sz
= size;
decodframe.c
430
const unsigned char *user_data_end = pbi->Source + pbi->
source_sz
;
567
const unsigned char *const data_end = data + pbi->
source_sz
;
Completed in 25 milliseconds