Home
last modified time | relevance | path

Searched defs:v_row_shift (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/src/dsp/arm/
Dinverse_transform_10bit_neon.cc303 const int32x4_t v_row_shift = vdupq_n_s32(-row_shift); in Dct4_NEON() local
384 const int32x4_t v_row_shift = vdupq_n_s32(-row_shift); in Dct8_NEON() local
502 const int32x4_t v_row_shift = vdupq_n_s32(-row_shift); in Dct16_NEON() local
693 const int32x4_t v_row_shift = vdupq_n_s32(-row_shift); in Dct32_NEON() local
922 const int32x4_t v_row_shift = vdupq_n_s32(-row_shift); in Dct64_NEON() local
988 const int32x4_t v_row_shift = vdupq_n_s32(-row_shift); in Adst4_NEON() local
1135 const int32x4_t v_row_shift = vdupq_n_s32(-row_shift); in Adst8_NEON() local
1371 const int32x4_t v_row_shift = vdupq_n_s32(-row_shift); in Adst16_NEON() local
Dinverse_transform_neon.cc758 const int16x8_t v_row_shift = vdupq_n_s16(-row_shift); in Dct16_NEON() local
933 const int16x8_t v_row_shift = vdupq_n_s16(-row_shift); in Dct32_NEON() local
1154 const int16x8_t v_row_shift = vdupq_n_s16(-row_shift); in Dct64_NEON() local
1623 const int16x8_t v_row_shift = vdupq_n_s16(-row_shift); in Adst16_NEON() local
1640 const int16x8_t v_row_shift = vdupq_n_s16(-row_shift); in Adst16_NEON() local
/external/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc205 const __m128i v_row_shift) { in ShiftResidual()
243 const __m128i v_row_shift = _mm_cvtepu32_epi64(v_row_shift_add); in DctDcOnly() local
1057 const __m128i v_row_shift = _mm_cvtepu32_epi64(v_row_shift_add); in Adst4DcOnly() local
1247 const __m128i v_row_shift = _mm_cvtepu32_epi64(v_row_shift_add); in Adst8DcOnly() local
1544 const __m128i v_row_shift = _mm_cvtepu32_epi64(v_row_shift_add); in Adst16DcOnly() local
1786 const __m128i v_row_shift = _mm_cvtepu32_epi64(v_row_shift_add); in Identity8DcOnly() local
2209 const __m128i v_row_shift = _mm_cvtepu16_epi64(v_row_shift_add); in RowShift() local