OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eobs
(Results
26 - 36
of
36
) sorted by null
1
2
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
187
DECLARE_ALIGNED(16, uint16_t,
eobs
[256]);
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
193
&xd->plane[pb_idx.plane].
eobs
[pb_idx.block],
vp9_rdopt.c
492
const int eob = pd->
eobs
[block];
1582
int
eobs
;
member in struct:__anon23113
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
encodeframe.c
[
all
...]
/external/jpeg/
jcphuff.c
44
unsigned int EOBRUN; /* run length of
EOBs
*/
jdphuff.c
33
unsigned int EOBRUN; /* remaining
EOBs
in EOBRUN */
jpeglib.h
647
// remaining
EOBs
in EOBRUN
[
all
...]
/external/qemu/distrib/jpeg-6b/
jcphuff.c
44
unsigned int EOBRUN; /* run length of
EOBs
*/
jdphuff.c
33
unsigned int EOBRUN; /* remaining
EOBs
in EOBRUN */
jpeglib.h
647
// remaining
EOBs
in EOBRUN
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
94
const int eob = pd->
eobs
[block];
[
all
...]
Completed in 554 milliseconds
1
2