Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Datrac3plus.h145 uint8_t swap_channels[ATRAC3P_SUBBANDS]; ///< 1 - perform subband-wise channel swapping member
Datrac3plusdsp.c427 int swap_ch = (ctx->unit_type == CH_UNIT_STEREO && ctx->swap_channels[sb]) ? 1 : 0; in ff_atrac3p_power_compensation()
Datrac3plusdec.c269 if (ch_unit->swap_channels[sb]) { in decode_residual_spectrum()
Datrac3plus.c1696 get_subband_flags(gb, ctx->swap_channels, ctx->num_coded_subbands); in ff_atrac3p_decode_channel_unit()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.c769 bool swap_channels = lima_format_get_pixel_swap_rb(cbuf->format); in lima_pack_wb_cbuf_reg() local
785 wb[wb_idx].flags = swap_channels ? 0x4 : 0x0; in lima_pack_wb_cbuf_reg()