Home
last modified time | relevance | path

Searched refs:shift3 (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dvc1dsp_mmx.c317 MSPEL_FILTER13_8B (shift3, "0(%1 )", "0(%1,%3 )", "0(%1,%3,2)", "0(%1,%4 )", OP_PUT, put_)
318 MSPEL_FILTER13_8B (shift3, "0(%1 )", "0(%1,%3 )", "0(%1,%3,2)", "0(%1,%4 )", OP_AVG, avg_)
319 MSPEL_FILTER13_VER_16B(shift3, "0(%1 )", "0(%1,%3 )", "0(%1,%3,2)", "0(%1,%4 )")
320 MSPEL_FILTER13_HOR_16B(shift3, "2*0(%1)", "2*1(%1)", "2*2(%1)", "2*3(%1)", OP_PUT, put_)
321 MSPEL_FILTER13_HOR_16B(shift3, "2*0(%1)", "2*1(%1)", "2*2(%1)", "2*3(%1)", OP_AVG, avg_)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djquanti-neon.c121 int16x8_t shift3 = vld1q_s16(shift_ptr + (i + 3) * DCTSIZE); in jsimd_quantize_neon() local
172 vnegq_s16(shift3))); in jsimd_quantize_neon()
/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c965 int16_t shift1, shift2, shift3, shift_max; in do_plc() local
1028 shift3 = get_size_in_bits(ener_comp) - 15; in do_plc()
1029 max_measure = SPL_MUL_16_16(SPL_SHIFT_W32(ener_comp, -shift3), cross_square_max); in do_plc()
1033 if (((shift_max << 1) + shift3) > ((shift1 << 1) + shift2)) { in do_plc()
1034 tmp1 = FFMIN(31, (shift_max << 1) + shift3 - (shift1 << 1) - shift2); in do_plc()
1038 tmp2 = FFMIN(31, (shift1 << 1) + shift2 - (shift_max << 1) - shift3); in do_plc()
/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_mmi.c2055 MSPEL_FILTER13_8B(shift3, $0, %[offset_x1], %[offset_x2], %[offset_x3], OP_PUT, put_)
2056 MSPEL_FILTER13_8B(shift3, $0, %[offset_x1], %[offset_x2], %[offset_x3], OP_AVG, avg_)
2057 MSPEL_FILTER13_VER_16B(shift3, $0, %[stride_x1], %[stride_x2], %[stride_x3])
2058 MSPEL_FILTER13_HOR_16B(shift3, 0, 2, 4, 6, OP_PUT, put_)
2059 MSPEL_FILTER13_HOR_16B(shift3, 0, 2, 4, 6, OP_AVG, avg_)
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp3459 int32 shift3 = (fCodeSize + bit) - 24; in PutCodeWord() local
3462 uint8 byte3 = (uint8) (code << (-shift3)); in PutCodeWord()

Completed in 14 milliseconds