OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coeff_tab5
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp
345
length =
coeff_tab5
[level-1].len;
347
BitstreamPutBits(bitstream, length, (UInt)
coeff_tab5
[level-1].code);
655
length =
coeff_tab5
[level-1].len;
660
BitstreamPutBits(bitstream, length, (UInt)
coeff_tab5
[level-1].code);
799
length =
coeff_tab5
[level-1].len;
803
BitstreamPutBits(bitstream, length, (UInt)
coeff_tab5
[level-1].code);
[
all
...]
vlc_enc_tab.h
380
static const VLCtable
coeff_tab5
[10] =
variable
Completed in 37 milliseconds