OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coeff_tab8
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp
371
length =
coeff_tab8
[level-1].len;
373
BitstreamPutBits(bitstream, length, (UInt)
coeff_tab8
[level-1].code);
694
length =
coeff_tab8
[level-1].len;
699
BitstreamPutBits(bitstream, length, (UInt)
coeff_tab8
[level-1].code);
835
length =
coeff_tab8
[level-1].len;
839
BitstreamPutBits(bitstream, length, (UInt)
coeff_tab8
[level-1].code);
[
all
...]
vlc_enc_tab.h
443
static const VLCtable
coeff_tab8
[8] =
variable
Completed in 61 milliseconds