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/libvpx/vp8/decoder/
dboolhuff.c
16
unsigned int
source_sz
,
20
br->user_buffer_end = source+
source_sz
;
28
if (
source_sz
&& !source)
dboolhuff.h
52
unsigned int
source_sz
,
/external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_int.h
32
size_t
source_sz
;
member in struct:VP9Decompressor
vp9_onyxd_if.c
308
pbi->
source_sz
= size;
310
if (pbi->
source_sz
== 0) {
418
pbi->
source_sz
= 0;
vp9_decodframe.c
890
const uint8_t *const data_end = pbi->source + pbi->
source_sz
;
[
all
...]
Completed in 29 milliseconds