Home
last modified time | relevance | path

Searched refs:kBitdepth10 (Results 1 – 25 of 25) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dconstants.h32 kBitdepth10 = 10, enumerator
/external/libgav1/libgav1/src/dsp/arm/
Ddistance_weighted_blend_neon.cc207 const uint16x4_t bd_max = vdup_n_u16((1 << kBitdepth10) - 1); in ComputeWeightedAverage8()
233 const uint16x4_t bd_max = vdup_n_u16((1 << kBitdepth10) - 1); in ComputeWeightedAverage8()
331 Dsp* dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Daverage_blend_neon.cc195 const uint16x8_t v_bitdepth = vdupq_n_u16((1 << kBitdepth10) - 1); in AverageBlend_NEON()
249 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dintra_edge_neon.cc466 vdupq_n_u16((1 << kBitdepth10) - 1)); in IntraEdgeUpsampler_NEON()
483 vdupq_n_u16((1 << kBitdepth10) - 1)); in IntraEdgeUpsampler_NEON()
494 Dsp* dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dinverse_transform_10bit_neon.cc279 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Dct4_NEON()
348 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Dct8_NEON()
455 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Dct16_NEON()
626 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Dct32_NEON()
704 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Dct64_NEON()
1061 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Adst8_NEON()
1247 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Adst16_NEON()
1526 const uint16x4_t v_max_bitdepth = vdup_n_u16((1 << kBitdepth10) - 1); in IdentityColumnStoreToFrame()
1613 const uint16x4_t v_max_bitdepth = vdup_n_u16((1 << kBitdepth10) - 1); in Identity4RowColumnStoreToFrame()
1854 vst1_u16(dst, vmin_u16(d, vdup_n_u16((1 << kBitdepth10) - 1))); in StoreToFrameWithRound()
[all …]
Dmotion_vector_search_neon.cc236 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dsuper_res_neon.cc273 Dsp* dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dmotion_field_projection_neon.cc367 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dfilm_grain_neon.cc1125 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dintrapred_directional_neon.cc1476 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dintrapred_cfl_neon.cc1211 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dintrapred_neon.cc1163 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
/external/libgav1/libgav1/src/dsp/x86/
Daverage_blend_sse4.cc197 const __m128i max = _mm_set1_epi16((1 << kBitdepth10) - 1); in AverageBlend10bpp_SSE4_1()
346 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dsuper_res_sse4.cc281 Dsp* dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dmotion_vector_search_sse4.cc231 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Ddistance_weighted_blend_sse4.cc419 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dmotion_field_projection_sse4.cc371 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dfilm_grain_sse4.cc480 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dobmc_sse4.cc579 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dweight_mask_sse4.cc911 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dintrapred_cfl_sse4.cc985 const __m128i max = _mm_set1_epi16((1 << kBitdepth10) - 1); in CflIntraPredictor_10bpp_SSE4_1()
1641 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dmask_blend_sse4.cc904 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dloop_filter_sse4.cc2191 using Defs10bpp = LoopFilterFuncs_SSE4_1<kBitdepth10>;
2194 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dloop_restoration_10bit_sse4.cc2500 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()
Dloop_restoration_10bit_avx2.cc3132 Dsp* const dsp = dsp_internal::GetWritableDspTable(kBitdepth10); in Init10bpp()