Searched refs:CB_TOT_ALL (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacenctab.h | 37 #define CB_TOT_ALL 15 macro 121 static const uint8_t aac_cb_out_map[CB_TOT_ALL] = {0,1,2,3,4,5,6,7,8,9,10,11,13,14,15}; 123 static const uint8_t aac_cb_in_map[CB_TOT_ALL+1] = {0,1,2,3,4,5,6,7,8,9,10,11,0,12,13,14};
|
D | aaccoder_trellis.h | 62 TrellisBandCodingPath path[120][CB_TOT_ALL]; in codebook_trellis_rate() 75 for (cb = 0; cb < CB_TOT_ALL; cb++) { in codebook_trellis_rate() 99 for (cb = 1; cb < CB_TOT_ALL; cb++) { in codebook_trellis_rate() 116 for (cb = startcb; cb < CB_TOT_ALL; cb++) { in codebook_trellis_rate() 158 for (cb = 1; cb < CB_TOT_ALL; cb++) in codebook_trellis_rate()
|
D | aaccoder.c | 80 BandCodingPath path[120][CB_TOT_ALL]; in encode_window_bands_info() 93 for (cb = 0; cb < CB_TOT_ALL; cb++) { in encode_window_bands_info() 101 for (cb = 0; cb < CB_TOT_ALL; cb++) { in encode_window_bands_info() 111 for (cb = 0; cb < CB_TOT_ALL; cb++) { in encode_window_bands_info() 154 for (cb = 1; cb < CB_TOT_ALL; cb++) in encode_window_bands_info()
|