Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackcommon.c138 const guint32 ms_mask; member
177 if ((layout & layout_mapping[i].ms_mask) != 0) { in gst_wavpack_get_channel_positions()
185 "layout map - ignoring those channels", layout_mapping[i].ms_mask); in gst_wavpack_get_channel_positions()
237 channel_mask |= layout_mapping[j].ms_mask; in gst_wavpack_get_channel_mask_from_positions()
/third_party/ffmpeg/libavcodec/
Daacenc.c248 put_bits(pb, 1, cpe->ms_mask[w*16 + i]); in encode_ms_info()
295 if (cpe->ms_mask[w+i]) in adjust_frame_information()
320 if (cpe->ms_mask[w*16 + g]) in apply_intensity_stereo()
347 if (!cpe->ms_mask[w*16 + g] || cpe->is_mask[w*16 + g] in apply_mid_side_stereo()
698 memset(cpe->ms_mask, 0, sizeof(cpe->ms_mask)); in aac_encode_frame()
782 memset(cpe->ms_mask, 1, sizeof(cpe->ms_mask)); in aac_encode_frame()
Daacenc_is.c138 cpe->ms_mask[w*16+g] = 0; in ff_aac_search_for_is()
144 cpe->ms_mask[w*16+g] = 1; in ff_aac_search_for_is()
Daac.h282 uint8_t ms_mask[128]; ///< Set if mid/side stereo is used for each scalefactor window band member
Daaccoder.c781 cpe->ms_mask[w*16+g] = 0; in search_for_ms()
870 cpe->ms_mask[w*16+g] = dist2 <= dist1 && B1 < B0; in search_for_ms()
871 if (cpe->ms_mask[w*16+g]) { in search_for_ms()
879 cpe->ms_mask[w*16+g] = 0; in search_for_ms()
Daacdec_template.c1735 cpe->ms_mask[idx] = get_bits1(gb); in decode_mid_side_stereo()
1737 memset(cpe->ms_mask, 1, max_idx * sizeof(cpe->ms_mask[0])); in decode_mid_side_stereo()
2211 if (cpe->ms_mask[idx] &&
2258 c *= 1 - 2 * cpe->ms_mask[idx];
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstwavpackparse.c205 const guint32 ms_mask; member
244 if ((layout & layout_mapping[i].ms_mask) != 0) { in gst_wavpack_get_channel_positions()
252 "layout map - ignoring those channels", layout_mapping[i].ms_mask); in gst_wavpack_get_channel_positions()
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c2362 cpe->ms_mask[w*16+g] = 0; in search_for_ms_mips()
2451 cpe->ms_mask[w*16+g] = dist2 <= dist1 && B1 < B0; in search_for_ms_mips()
2452 if (cpe->ms_mask[w*16+g]) { in search_for_ms_mips()
2460 cpe->ms_mask[w*16+g] = 0; in search_for_ms_mips()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/
Driff-media.c1025 const guint32 ms_mask; member
1069 if ((layout & layout_mapping[i].ms_mask) != 0) { in gst_riff_wavext_add_channel_mask()