Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dalsdec.c259 int32_t *raw_other; ///< decoded raw samples of the other channel of a channel pair member
707 *bd->store_prev_samples = (bd->js_blocks && bd->raw_other) || *bd->shift_lsbs; in read_var_block_data()
969 if (bd->js_blocks && bd->raw_other) { in decode_var_block_data()
972 if (bd->raw_other > raw_samples) { // D = R - L in decode_var_block_data()
974 right = bd->raw_other; in decode_var_block_data()
976 left = bd->raw_other; in decode_var_block_data()
1190 bd[0].raw_other = bd[1].raw_samples; in decode_blocks()
1191 bd[1].raw_other = bd[0].raw_samples; in decode_blocks()
1739 bd.raw_other = NULL; in read_frame_data()