Searched refs:packed_size (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | mime_io.h | 77 extern const int16 packed_size[16];
|
D | mime_io.cpp | 170 const int16 packed_size[16] = {17, 23, 32, 36, 40, 46, 50, 58, variable
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | bits.c | 178 return (1 + packed_size[coding_mode]); in PackBits()
|
D | voAMRWBEnc.c | 1568 Word16 packed_size = 0; in AMR_Enc_Encode() local 1586 packed_size = PackBits(prms, coding_mode, mode, gData); in AMR_Enc_Encode() 1591 return packed_size; in AMR_Enc_Encode()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | mime_io.tab | 29 static Word16 packed_size[16] = {17, 23, 32, 36, 40, 46, 50, 58,
|