Home
last modified time | relevance | path

Searched defs:shift2 (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dhevcdsp_template.c24 const int shift2 = 20 - BIT_DEPTH; in FUNC() local
/third_party/ffmpeg/libavfilter/x86/
Dvf_noise.c94 const int8_t *shift2[3] = { shift[0]+mmx_len, shift[1]+mmx_len, shift[2]+mmx_len }; in line_noise_avg_mmx() local
/third_party/ffmpeg/libavutil/
Dfixed_dsp.h181 int shift2 = bits - 15; in fixed_sqrt() local
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideodsp.c45 const uint64_t shift2 = 2 * shift; in gmc_mmx() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativePPC_64.c46 sljit_uw shift2; in load_immediate() local
DsljitNativeMIPS_64.c32 sljit_s32 shift2; in load_immediate() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djquanti-neon.c120 int16x8_t shift2 = vld1q_s16(shift_ptr + (i + 2) * DCTSIZE); in jsimd_quantize_neon() local
/third_party/ffmpeg/libavcodec/
Ddxa.c51 static const int shift2[6] = { 0, 0, 8, 4, 0, 4 }; variable
Daacsbr_fixed.c575 int shift2; in sbr_hf_assemble() local
Dapedec.c998 int order = 128, shift2 = 11; in predictor_decode_stereo_3800() local
1051 int order = 128, shift2 = 11; in predictor_decode_mono_3800() local
Dilbcdec.c963 int16_t shift1, shift2, shift3, shift_max; in do_plc() local
/third_party/libjpeg-turbo/simd/arm/
Djquanti-neon.c123 int16x8_t shift2 = vld1q_s16(shift_ptr + (i + 2) * DCTSIZE); in jsimd_quantize_neon() local
/third_party/elfutils/libdwfl/
Ddwfl_module_getdwarf.c734 Elf32_Word shift2; in translate_offs() member
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c1001 const vec_u32 shift2 = vec_splat_u32(2); in yuv2rgb_full_1_vsx_template() local
1131 const vec_u32 shift2 = vec_splat_u32(2); in yuv2rgb_1_vsx_template() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_image_writer.cpp3435 int32 shift2 = (fCodeSize + bit) - 16; in PutCodeWord() local