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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c247 int32_t *raw_other; ///< decoded raw samples of the other channel of a channel pair member in struct:__anon1861
663 *bd->store_prev_samples = (bd->js_blocks && bd->raw_other) || *bd->shift_lsbs;
911 if (bd->js_blocks && bd->raw_other) {
914 if (bd->raw_other > raw_samples) { // D = R - L
916 right = bd->raw_other;
918 left = bd->raw_other;
1126 bd[0].raw_other = bd[1].raw_samples;
1127 bd[1].raw_other = bd[0].raw_samples;
1387 bd.raw_other = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c246 int32_t *raw_other; ///< decoded raw samples of the other channel of a channel pair member in struct:__anon3076
677 *bd->store_prev_samples = (bd->js_blocks && bd->raw_other) || *bd->shift_lsbs;
931 if (bd->js_blocks && bd->raw_other) {
934 if (bd->raw_other > raw_samples) { // D = R - L
936 right = bd->raw_other;
938 left = bd->raw_other;
1144 bd[0].raw_other = bd[1].raw_samples;
1145 bd[1].raw_other = bd[0].raw_samples;
1420 bd.raw_other = NULL;

Completed in 134 milliseconds