Searched refs:parse_grid_2 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dca_lbr.c | 871 static int parse_grid_2(DCALbrDecoder *s, int ch1, int ch2, in parse_grid_2() function 924 if ((ret = parse_grid_2(s, ch1, ch2, 0, 1, 0)) < 0) in parse_ts1_chunk() 939 if ((ret = parse_grid_2(s, ch1, ch2, 1, 3, 0)) < 0) in parse_ts2_chunk() 946 if ((ret = parse_grid_2(s, ch1, ch2, 0, 3, 1)) < 0) in parse_ts2_chunk()
|