Searched refs:read_sbr_grid (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacsbr_template.c | 626 static int read_sbr_grid(AACContext *ac, SpectralBandReplication *sbr, function 979 if (read_sbr_grid(ac, sbr, gb, &sbr->data[0])) 1004 if (read_sbr_grid(ac, sbr, gb, &sbr->data[0])) 1021 if (read_sbr_grid(ac, sbr, gb, &sbr->data[0]) || 1022 read_sbr_grid(ac, sbr, gb, &sbr->data[1]))
|