HomeSort by relevance Sort by last modified time
    Searched refs:dst_channel (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 244 def clamp_expr(src_channel, dst_channel, dst_native_type, value):
248 if src_channel == dst_channel:
253 dst_min = dst_channel.min()
254 dst_max = dst_channel.max()
273 dst_channel, dst_native_type,
286 if dst_channel.type == FLOAT:
289 assert dst_channel.type == UNSIGNED
290 assert dst_channel.norm
291 assert dst_channel.size == 8
294 assert dst_channel.type == UNSIGNE
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 244 def clamp_expr(src_channel, dst_channel, dst_native_type, value):
248 if src_channel == dst_channel:
253 dst_min = dst_channel.min()
254 dst_max = dst_channel.max()
273 dst_channel, dst_native_type,
286 if dst_channel.type == FLOAT:
289 assert dst_channel.type == UNSIGNED
290 assert dst_channel.norm
291 assert dst_channel.size == 8
294 assert dst_channel.type == UNSIGNE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix):
133 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
144 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
159 value = get_one(dst_channel)
166 value = get_one(dst_channel)
200 dst_channel = format.channels[i]
202 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
271 dst_channel = format.channels[i]
272 width = dst_channel.size
275 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix):
133 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
144 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
159 value = get_one(dst_channel)
166 value = get_one(dst_channel)
200 dst_channel = format.channels[i]
202 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
271 dst_channel = format.channels[i]
272 width = dst_channel.size
275 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_multistream.c 689 int dst_channel,
809 int dst_channel,
822 float_dst[i*dst_stride+dst_channel] = (1/32768.f)*src[i*src_stride];
824 float_dst[i*dst_stride+dst_channel] = src[i*src_stride];
830 float_dst[i*dst_stride+dst_channel] = 0;
838 int dst_channel,
851 short_dst[i*dst_stride+dst_channel] = src[i*src_stride];
853 short_dst[i*dst_stride+dst_channel] = FLOAT2INT16(src[i*src_stride]);
859 short_dst[i*dst_stride+dst_channel] = 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]

Completed in 658 milliseconds