/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-operand-rn-shift-amount-1to32-a32.cc | 76 ShiftType shift; member 813 ShiftType shift in TestHelper() local [all...] |
H A D | test-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc | 68 ShiftType shift; member 622 ShiftType shift = kTests[i].operands.shift; in TestHelper() local
|
H A D | test-assembler-cond-rd-operand-rn-shift-amount-1to32-t32.cc | 76 ShiftType shift; member 841 ShiftType shift in TestHelper() local [all...] |
H A D | test-assembler-cond-rd-operand-rn-shift-rs-a32.cc | 76 ShiftType shift; member 2238 ShiftType shift in TestHelper() local [all...] |
H A D | test-assembler-cond-rd-operand-rn-shift-rs-in-it-block-t32.cc | 68 ShiftType shift; member 1122 ShiftType shift = kTests[i].operands.shift; in TestHelper() local
|
H A D | test-assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-t32.cc | 68 ShiftType shift; member 378 ShiftType shift = kTests[i].operands.shift; in TestHelper() local
|
H A D | test-assembler-cond-rd-operand-rn-shift-rs-t32.cc | 70 ShiftType shift; member 2174 ShiftType shift = kTests[i].operands.shift; in TestHelper() local
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 89 ShiftType shift; member 2663 ShiftType shift = kTests[i].operands.shift; TestHelper() local [all...] |
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 89 ShiftType shift; member 2663 ShiftType shift = kTests[i].operands.shift; TestHelper() local [all...] |
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 89 ShiftType shift; member 2663 ShiftType shift = kTests[i].operands.shift; TestHelper() local [all...] |
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 89 ShiftType shift; member 2663 ShiftType shift = kTests[i].operands.shift; TestHelper() local [all...] |
H A D | test-assembler-cond-rd-rn-operand-rm-shift-rs-a32.cc | 89 ShiftType shift; member 5163 ShiftType shift = kTests[i].operands.shift; TestHelper() local [all...] |
/third_party/skia/modules/skottie/src/effects/ |
H A D | MotionBlurEffect.cpp | 96 const int shift = SkNextLog2(fVisibleSampleCount); in renderToRaster8888Pow2Samples() local
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFloatFormat.cpp | 145 const int shift = exponentShift(exp); in round() local 238 const int shift = exponentShift(exp); in floatToHex() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | cri.c | 82 static void unpack_10bit(GetByteContext *gb, uint16_t *dst, int shift, in unpack_10bit() argument 333 const int shift = 16 - bps; cri_decode_frame() local [all...] |
H A D | dirac_arith.h | 94 int shift = 14 - av_log2_16bit(c->range-1) + ((c->range-1)>>15); in renorm() local
|
H A D | jpeglsdec.c | 113 int shift = 0; in ff_jpegls_decode_lse() local 360 int off = 0, stride = 1, width, shift, ret = 0; in ff_jpegls_decode_picture() local 533 src[x] <<= shift; in ff_jpegls_decode_picture() local 541 src[x] <<= shift; in ff_jpegls_decode_picture() local [all...] |
H A D | h274.c | 163 const uint8_t shift = h274->log2_scale_factor + 6; in generate() local 129 synth_grain_8x8_c(int8_t *out, const int out_stride, const int16_t scale, const uint8_t shift, const int8_t *db) synth_grain_8x8_c() argument
|
H A D | librav1e.c | 466 int shift = i ? desc->log2_chroma_h : 0; in librav1e_receive_packet() local
|
H A D | lpc.c | 96 quantize_lpc_coefs(double *lpc_in, int order, int precision, int32_t *lpc_out, int *shift, int min_shift, int max_shift, int zero_shift) quantize_lpc_coefs() argument 201 ff_lpc_calc_coefs(LPCContext *s, const int32_t *samples, int blocksize, int min_order, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, enum FFLPCType lpc_type, int lpc_passes, int omethod, int min_shift, int max_shift, int zero_shift) ff_lpc_calc_coefs() argument
|
H A D | aptxenc.c | 37 aptx_qmf_polyphase_analysis(FilterSignal signal[NB_FILTERS], const int32_t coeffs[NB_FILTERS][FILTER_TAPS], int shift, int32_t samples[NB_FILTERS], int32_t *low_subband_output, int32_t *high_subband_output) aptx_qmf_polyphase_analysis() argument
|
H A D | bmvvideo.c | 84 int shift = 0; in decode_bmv_frame() local [all...] |
H A D | mlp.h | 79 uint8_t shift; ///< Right shift to apply to output of filter. member
|
H A D | aacdec_fixed.c | 313 int shift = 28 - pv.exp; in predict() local 374 int shift, round, c, tmp; in apply_dependent_coupling_fixed() local 424 int i, c, shift, round, tmp; apply_independent_coupling_fixed() local [all...] |
H A D | acelp_vectors.c | 162 ff_acelp_weighted_vector_sum( int16_t* out, const int16_t *in_a, const int16_t *in_b, int16_t weight_coeff_a, int16_t weight_coeff_b, int16_t rounder, int shift, int length) ff_acelp_weighted_vector_sum() argument
|