Lines Matching defs:LBRChunk
82 typedef struct LBRChunk {
85 } LBRChunk;
239 static int parse_lfe_chunk(DCALbrDecoder *s, LBRChunk *chunk)
354 static int parse_tonal_chunk(DCALbrDecoder *s, LBRChunk *chunk)
387 static int parse_tonal_group(DCALbrDecoder *s, LBRChunk *chunk)
501 static int parse_grid_1_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2)
800 static int parse_high_res_grid(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2)
904 static int parse_ts1_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2)
922 static int parse_ts2_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2)
1162 LBRChunk lfe;
1163 LBRChunk tonal;
1164 LBRChunk tonal_grp[5];
1165 LBRChunk grid1[DCA_LBR_CHANNELS / 2];
1166 LBRChunk hr_grid[DCA_LBR_CHANNELS / 2];
1167 LBRChunk ts1[DCA_LBR_CHANNELS / 2];
1168 LBRChunk ts2[DCA_LBR_CHANNELS / 2];