LBRChunk          247 libavcodec/dca_lbr.c static int parse_lfe_chunk(DCALbrDecoder *s, LBRChunk *chunk)
LBRChunk          362 libavcodec/dca_lbr.c static int parse_tonal_chunk(DCALbrDecoder *s, LBRChunk *chunk)
LBRChunk          395 libavcodec/dca_lbr.c static int parse_tonal_group(DCALbrDecoder *s, LBRChunk *chunk)
LBRChunk          509 libavcodec/dca_lbr.c static int parse_grid_1_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2)
LBRChunk          808 libavcodec/dca_lbr.c static int parse_high_res_grid(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2)
LBRChunk          912 libavcodec/dca_lbr.c static int parse_ts1_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2)
LBRChunk          930 libavcodec/dca_lbr.c static int parse_ts2_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2)
LBRChunk         1170 libavcodec/dca_lbr.c         LBRChunk    lfe;
LBRChunk         1171 libavcodec/dca_lbr.c         LBRChunk    tonal;
LBRChunk         1172 libavcodec/dca_lbr.c         LBRChunk    tonal_grp[5];
LBRChunk         1173 libavcodec/dca_lbr.c         LBRChunk    grid1[DCA_LBR_CHANNELS / 2];
LBRChunk         1174 libavcodec/dca_lbr.c         LBRChunk    hr_grid[DCA_LBR_CHANNELS / 2];
LBRChunk         1175 libavcodec/dca_lbr.c         LBRChunk    ts1[DCA_LBR_CHANNELS / 2];
LBRChunk         1176 libavcodec/dca_lbr.c         LBRChunk    ts2[DCA_LBR_CHANNELS / 2];