OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nb_of_bits
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
bits.c
87
for (i = 0; i <
nb_of_bits
[coding_mode]; i++)
91
return (3 +
nb_of_bits
[coding_mode])<<1;
99
*(dataOut + 1) =
nb_of_bits
[coding_mode];
100
for (i = 0; i <
nb_of_bits
[coding_mode]; i++)
109
return (2 +
nb_of_bits
[coding_mode])<<1;
voAMRWBEnc.c
215
*ser_size =
nb_of_bits
[*mode];
381
*ser_size =
nb_of_bits
[*mode];
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
bits.h
54
static const Word16
nb_of_bits
[NUM_OF_MODES] = {
variable
Completed in 3125 milliseconds