Home
last modified time | relevance | path

Searched defs:base_left_y (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dintrapred_directional_neon.cc288 const uint8_t* LIBGAV1_RESTRICT const left_column, const int base_left_y, in DirectionalZone3_WxH()
589 const int16_t base_left_y = vgetq_lane_s16(left_y, 0); in DirectionalZone2_4xH() local
647 const int16_t base_left_y = vgetq_lane_s16(left_y, 0); in DirectionalZone2_8xH() local
1238 const int ystep, const int base_left_y = 0) { in DirectionalZone3_4x4()
1292 const int ystep, const int base_left_y = 0) { in DirectionalZone3_8x4()
1374 const int ystep, const int base_left_y = 0) { in DirectionalZone3_4x8()
1459 const int base_left_y = ystep << 3; in DirectionalZone3_Wx4() local
1469 const int ystep, const int base_left_y = 0) { in DirectionalZone3_8x8()
1575 const int base_left_y = ystep * x; in DirectionalZone3_WxH() local
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_directional_sse4.cc383 const int base_left_y, const int ystep) { in DirectionalZone3_4x4()
427 const int base_left_y, const int ystep) { in DirectionalZone3_8xH()
782 const auto base_left_y = static_cast<int16_t>(_mm_extract_epi16(left_y, 0)); in DirectionalZone2_8xH() local