Searched refs:upsampled_top (Results 1 – 6 of 6) sorted by relevance
/external/libgav1/src/dsp/arm/ |
D | intrapred_directional_neon.cc | 212 const int height, const int xstep, const bool upsampled_top) { in DirectionalIntraPredictorZone1_NEON() argument 218 const int upsample_shift = static_cast<int>(upsampled_top); in DirectionalIntraPredictorZone1_NEON() 223 assert(!upsampled_top); in DirectionalIntraPredictorZone1_NEON() 236 DirectionalZone1_WxH<4>(dst, stride, height, top, xstep, upsampled_top); in DirectionalIntraPredictorZone1_NEON() 244 assert(!upsampled_top); in DirectionalIntraPredictorZone1_NEON() 280 DirectionalZone1_WxH(dst, stride, width, height, top, xstep, upsampled_top); in DirectionalIntraPredictorZone1_NEON() 518 const int xstep, const int ystep, const bool upsampled_top, in DirectionalZone2_4xH() argument 521 const int upsample_top_shift = static_cast<int>(upsampled_top); in DirectionalZone2_4xH() 561 upsampled_top); in DirectionalZone2_4xH() 598 upsampled_top); in DirectionalZone2_4xH() [all …]
|
/external/libgav1/src/dsp/x86/ |
D | intrapred_directional_sse4.cc | 373 const bool upsampled_top) { in DirectionalIntraPredictorZone1_SSE4_1() argument 377 upsampled_top); in DirectionalIntraPredictorZone1_SSE4_1() 667 template <bool upsampled_top> 672 const int upsample_shift = static_cast<int>(upsampled_top); in DirectionalZone1Blend_4x4() 703 template <bool upsampled_top, int height> 708 const int upsample_shift = static_cast<int>(upsampled_top); in DirectionalZone1Blend_8xH() 724 template <bool shuffle_left_column, bool upsampled_left, bool upsampled_top> 733 const int upsample_top_shift = static_cast<int>(upsampled_top); in DirectionalZone2_8xH() 755 max_top_only_y, -xstep, upsampled_top); in DirectionalZone2_8xH() 758 max_top_only_y, -xstep, upsampled_top); in DirectionalZone2_8xH() [all …]
|
/external/libgav1/src/dsp/ |
D | intrapred_directional.cc | 39 const int height, const int xstep, const bool upsampled_top) { in DirectionalIntraPredictorZone1_C() argument 53 assert(!upsampled_top); in DirectionalIntraPredictorZone1_C() 61 const int upsample_shift = static_cast<int>(upsampled_top); in DirectionalIntraPredictorZone1_C() 111 const bool upsampled_top, const bool upsampled_left) { in DirectionalIntraPredictorZone2_C() argument 120 const int upsample_top_shift = static_cast<int>(upsampled_top); in DirectionalIntraPredictorZone2_C()
|
D | intrapred_directional_test.cc | 339 const bool upsampled_top = in TestSpeed() local 349 upsampled_top); in TestSpeed() 360 ystep, upsampled_top, upsampled_left); in TestSpeed() 426 const bool upsampled_top = in TestSaturatedValues() local 434 xstep, upsampled_top); in TestSaturatedValues() 442 block_height_, xstep, ystep, upsampled_top, upsampled_left); in TestSaturatedValues() 523 const bool upsampled_top = in TestRandomValues() local 531 block_height_, xstep, upsampled_top); in TestRandomValues() 534 xstep, upsampled_top); in TestRandomValues() 542 block_height_, xstep, ystep, upsampled_top, upsampled_left); in TestRandomValues() [all …]
|
D | dsp.h | 217 bool upsampled_top); 234 int height, int xstep, int ystep, bool upsampled_top, bool upsampled_left);
|
/external/libgav1/src/tile/ |
D | prediction.cc | 429 bool upsampled_top = false; in DirectionalPrediction() local 457 upsampled_top = DoIntraEdgeUpsampling(width, height, filter_type, in DirectionalPrediction() 459 if (upsampled_top && needs_top) { in DirectionalPrediction() 474 dx, upsampled_top); in DirectionalPrediction() 481 width, height, dx, dy, upsampled_top, in DirectionalPrediction()
|