Home
last modified time | relevance | path

Searched defs:shift (Results 376 – 400 of 3474) sorted by relevance

1...<<11121314151617181920>>...139

/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Daom_quantize_avx.c42 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_avx() local
162 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_32x32_avx() local
/aosp_15_r20/external/libyuv/source/
H A Drow_neon.cc949 int shift = 10 - depth; in MergeXR30Row_NEON() local
1022 int shift = 16 - depth; in MergeAR64Row_NEON() local
1062 int shift = 16 - depth; in MergeXR64Row_NEON() local
1100 int shift = 8 - depth; in MergeARGB16To8Row_NEON() local
1136 int shift = 8 - depth; in MergeXRGB16To8Row_NEON() local
3874 int shift = depth - 16; // Negative for right shift. in SplitUVRow_16_NEON() local
3898 int shift = 16 - depth; in MergeUVRow_16_NEON() local
3974 int shift = 15 - __builtin_clz((int32_t)scale); // Negative shl is shr in Convert16To8Row_NEON() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtxb_rdopt.c19 TX_CLASS tx_class, int bhl, int width, int64_t rdmult, int shift, in update_coeff_general()
77 int bhl, int64_t rdmult, int shift, const int16_t *dequant, in update_coeff_simple()
129 int dc_sign_ctx, int64_t rdmult, int shift, const int16_t *dequant, in update_coeff_eob()
303 const int shift = av1_get_tx_scale(tx_size); in av1_optimize_txb() local
/aosp_15_r20/external/libdav1d/src/arm/32/
H A Ditx.S137 .macro vqrshrn_8h d0, d1, s0, s1, shift
250 .macro idct_dc w, h, shift
2154 .macro store2 r0, r1, r2, r3, shift
2304 .macro shift_8_regs op, shift
/aosp_15_r20/external/libhevc/decoder/x86/
H A Dihevcd_it_rec_dc_sse42_intr.c71 WORD32 add, shift; in ihevcd_itrans_recon_dc_luma_sse42() local
211 WORD32 add, shift; in ihevcd_itrans_recon_dc_chroma_sse42() local
H A Dihevcd_it_rec_dc_ssse3_intr.c73 WORD32 add, shift; in ihevcd_itrans_recon_dc_luma_ssse3() local
211 WORD32 add, shift; in ihevcd_itrans_recon_dc_chroma_ssse3() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DQuantUtils.h23 inline int32_t MultiplyByQuantizedMultiplier(int32_t x, int32_t quantized_multiplier, int shift) { in MultiplyByQuantizedMultiplier()
36 int32_t shift, int32_t n_batch, int32_t n_input, in MatrixBatchVectorMultiplyAccumulate()
/aosp_15_r20/external/libavc/common/arm/
H A Dih264_platform_macros.h148 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift))) argument
149 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) argument
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitNativePPC_64.c39 #define PUSH_SLDI_NEG(reg, shift) \ argument
45 sljit_uw shift; in load_immediate() local
/aosp_15_r20/external/libopenapv/src/
H A Doapv_bs.c183 int shift = 24, remained; in bsr_flush() local
223 int clz, bits4, shift; in oapv_bsr_clz_in_code() local
/aosp_15_r20/external/libavc/common/armv8/
H A Dih264_platform_macros.h148 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift))) argument
149 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) argument
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Dthree_band_filter_bank.cc123 for (int k = in_shift, shift = 0; k < kFilterSize * kStride; ++k, ++shift) { in FilterCore() local
135 for (int k = kFilterSize * kStride, shift = kFilterSize * kStride - in_shift; in FilterCore() local
/aosp_15_r20/external/flac/src/flac/
H A Dencode.c57 uint32_t shift; /* # of LSBs samples have been shifted left by */ member
193 uint32_t sample_rate = 0, channels = 0, bps = 0, shift = 0, block_align = 0; in get_sample_info_wave() local
579 uint32_t sample_rate = 0, channels = 0, bps = 0, shift = 0; in get_sample_info_aiff() local
2250 …an, FLAC__bool is_unsigned_samples, uint32_t channels, uint32_t bps, uint32_t shift, size_t *chann… in format_input()
2805 FLAC__int16 shift; in read_sane_extended() local
/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/
Dbellerophon.rs111 let shift = normalize(&mut fp); in bellerophon() localVariable
295 let shift = fp.mant.leading_zeros() as i32; in normalize() localVariable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dpkey-helpers.h102 u32 shift = pkey_bit_position(pkey); in set_pkey_bits() local
112 u32 shift = pkey_bit_position(pkey); in get_pkey_bits() local
/aosp_15_r20/external/libopus/celt/mips/
H A Dmdct_mipsr1.h61 const opus_val16 *window, int overlap, int shift, int stride, int arch) in clt_mdct_forward()
187 const opus_val16 * OPUS_RESTRICT window, int overlap, int shift, int stride, int arch) in clt_mdct_backward()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_format_convert.c49 unsigned shift = src->bit_size - bits[i]; in nir_format_sign_extend_ivec() local
159 unsigned shift = 0; in nir_format_bitcast_uvec_unmasked() local
180 unsigned shift = 0; in nir_format_bitcast_uvec_unmasked() local
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Dencoder.rs75 shift: usize, field
237 let shift = self.bit_shift; in encode_bit_field() localVariable
461 let shift = proc_macro2::Literal::usize_unsuffixed(shift); in pack_bit_fields() localVariable
/aosp_15_r20/external/deqp/framework/delibs/debase/
H A DdeInt32.h556 DE_INLINE int32_t deMulAsr32(int32_t a, int32_t b, int shift) in deMulAsr32()
561 DE_INLINE int32_t deSafeMulAsr32(int32_t a, int32_t b, int shift) in deSafeMulAsr32()
568 DE_INLINE uint32_t deSafeMuluAsr32(uint32_t a, uint32_t b, int shift) in deSafeMuluAsr32()
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_ra.c39 unsigned shift; member
69 default_phys_reg(int reg, unsigned shift) in default_phys_reg()
85 unsigned shift) in index_to_reg()
/aosp_15_r20/external/libhevc/common/x86/
H A Dihevc_platform_macros.h59 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift))) argument
60 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) argument
/aosp_15_r20/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
H A Dpm_api_ioctl.c178 unsigned int val, mask, shift; in pm_ioctl_set_sgmii_mode() local
283 unsigned int shift; in pm_ioctl_sd_set_tapdelay() local
/aosp_15_r20/frameworks/base/core/java/android/util/proto/
H A DProtoInputStream.java602 int shift = 0; in readVarint() local
653 int shift = 0; in readFixed32() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/brcm/
Diproc_gpio.c58 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in gpio_set_bit() local
73 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in gpio_get_bit() local
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedLongs.java471 int shift = Integer.numberOfTrailingZeros(radix); in toString() local
475 x >>>= shift; in toString() local

1...<<11121314151617181920>>...139