Home
last modified time | relevance | path

Searched refs:ra_frame (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dalsdec.c1104 static int decode_blocks_ind(ALSDecContext *ctx, unsigned int ra_frame, in decode_blocks_ind() argument
1112 bd.ra_block = ra_frame; in decode_blocks_ind()
1144 static int decode_blocks(ALSDecContext *ctx, unsigned int ra_frame, in decode_blocks() argument
1154 bd[0].ra_block = ra_frame; in decode_blocks()
1167 bd[1].ra_block = ra_frame; in decode_blocks()
1456 static int read_diff_float_data(ALSDecContext *ctx, unsigned int ra_frame) { in read_diff_float_data() argument
1487 if (ra_frame) { in read_diff_float_data()
1639 static int read_frame_data(ALSDecContext *ctx, unsigned int ra_frame) in read_frame_data() argument
1652 if (sconf->ra_flag == RA_FLAG_FRAMES && ra_frame) in read_frame_data()
1681 ret = decode_blocks_ind(ctx, ra_frame, c, in read_frame_data()
[all …]