Lines Matching refs:ra_frame
1104 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()
1687 ret = decode_blocks(ctx, ra_frame, c, div_blocks, js_blocks); in read_frame_data()
1714 bd.ra_block = ra_frame; in read_frame_data()
1784 read_diff_float_data(ctx, ra_frame); in read_frame_data()
1807 unsigned int c, sample, ra_frame, bytes_read, shift; in decode_frame() local
1816 ra_frame = sconf->ra_distance && !(ctx->frame_id % sconf->ra_distance); in decode_frame()
1827 if ((invalid_frame = read_frame_data(ctx, ra_frame)) < 0) in decode_frame()