Home
last modified time | relevance | path

Searched defs:dst_channel (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py244 def clamp_expr(src_channel, dst_channel, dst_native_type, value): argument
273 dst_channel, dst_native_type, argument
405 def generate_unpack_kernel(format, dst_channel, dst_native_type): argument
586 def generate_format_unpack(format, dst_channel, dst_native_type, dst_suffix): argument
644 def generate_format_fetch(format, dst_channel, dst_native_type, dst_suffix): argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.py76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix): argument
522 def generate_swizzle(formats, dst_channel, dst_native_type, dst_suffix): argument
/external/libopus/src/
Dopus_multistream_decoder.c308 int dst_channel, in opus_copy_channel_out_float()
337 int dst_channel, in opus_copy_channel_out_short()
/external/webrtc/webrtc/common_audio/
Daudio_converter_unittest.cc151 for (size_t dst_channel = 0; dst_channel < arraysize(kChannels); in TEST() local
/external/webrtc/webrtc/voice_engine/
Dutility_unittest.cc215 for (int dst_channel = 0; dst_channel < kChannelsSize; dst_channel++) { in TEST_F() local
/external/webp/src/demux/
Danim_decode.c197 const uint8_t dst_channel = (dst >> shift) & 0xff; in BlendChannelNonPremult() local