| /external/libgav1/src/dsp/arm/ |
| D | intrapred_smooth_neon.cc | 51 const void* LIBGAV1_RESTRICT const top_row, in Smooth4xN_NEON() 106 const void* LIBGAV1_RESTRICT const top_row, in Smooth8xN_NEON() 166 const void* LIBGAV1_RESTRICT const top_row, in Smooth16PlusxN_NEON() 241 const void* LIBGAV1_RESTRICT const top_row, in SmoothVertical4Or8xN_NEON() 292 const void* LIBGAV1_RESTRICT const top_row, in SmoothVertical16PlusxN_NEON() 344 const void* LIBGAV1_RESTRICT const top_row, in SmoothHorizontal4Or8xN_NEON() 393 const void* LIBGAV1_RESTRICT const top_row, in SmoothHorizontal16PlusxN_NEON() 625 const void* LIBGAV1_RESTRICT const top_row, in Smooth4xH_NEON() 686 const void* LIBGAV1_RESTRICT const top_row, in Smooth8xH_NEON() 722 const void* LIBGAV1_RESTRICT const top_row, in SmoothWxH_NEON() [all …]
|
| D | intrapred_neon.cc | 62 const void* LIBGAV1_RESTRICT const top_row, in DcTop() 85 const void* LIBGAV1_RESTRICT const top_row, in Dc() 353 const void* LIBGAV1_RESTRICT const top_row, in Paeth4Or8xN_NEON() 457 const void* LIBGAV1_RESTRICT const top_row, in Paeth16PlusxN_NEON() 1108 const void* LIBGAV1_RESTRICT const top_row, in Vertical4xH_NEON() 1122 const void* LIBGAV1_RESTRICT const top_row, in Vertical8xH_NEON() 1136 const void* LIBGAV1_RESTRICT const top_row, in Vertical16xH_NEON() 1156 const void* LIBGAV1_RESTRICT const top_row, in Vertical32xH_NEON() 1182 const void* LIBGAV1_RESTRICT const top_row, in Vertical64xH_NEON() 1223 const auto* const top_row = static_cast<const uint16_t*>(top_ptr); in Paeth4xH_NEON() local [all …]
|
| D | intrapred_filter_neon.cc | 90 const void* LIBGAV1_RESTRICT const top_row, in FilterIntraPredictor_NEON() 209 const void* LIBGAV1_RESTRICT const top_row, in FilterIntraPredictor_NEON()
|
| D | intrapred_directional_neon.cc | 211 const void* LIBGAV1_RESTRICT const top_row, const int width, in DirectionalIntraPredictorZone1_NEON() 471 const uint8_t* LIBGAV1_RESTRICT const top_row, int zone_bounds, int top_x, in DirectionalZone1Blend_WxH() 516 const uint8_t* LIBGAV1_RESTRICT const top_row, in DirectionalZone2_4xH() 605 const uint8_t* LIBGAV1_RESTRICT const top_row, in DirectionalZone2_8xH() 679 const uint8_t* LIBGAV1_RESTRICT const top_row, in DirectionalZone2_WxH() 744 const void* LIBGAV1_RESTRICT const top_row, in DirectionalIntraPredictorZone2_NEON() 1169 const void* LIBGAV1_RESTRICT const top_row, const int width, in DirectionalIntraPredictorZone1_NEON() 1807 const uint16_t* LIBGAV1_RESTRICT const top_row, int zone_bounds, int top_x, in DirectionalZone1Blend_4xH() 1843 const uint16_t* LIBGAV1_RESTRICT const top_row, int zone_bounds, int top_x, in DirectionalZone1Blend_8x8() 1884 const uint16_t* LIBGAV1_RESTRICT const top_row, in DirectionalZone2_4xH() [all …]
|
| /external/libgav1/src/dsp/x86/ |
| D | intrapred_smooth_sse4.cc | 211 const void* LIBGAV1_RESTRICT top_row, in Smooth4x4_SSE4_1() 244 const void* LIBGAV1_RESTRICT top_row, in Smooth4x8_SSE4_1() 259 const void* LIBGAV1_RESTRICT top_row, in Smooth4x16_SSE4_1() 286 __m128i top_row = _mm_cvtepu8_epi16(LoadLo8(above)); in LoadSmoothPixels8() local 408 const void* LIBGAV1_RESTRICT top_row, in Smooth8x4_SSE4_1() 423 const void* LIBGAV1_RESTRICT top_row, in Smooth8x8_SSE4_1() 440 const void* LIBGAV1_RESTRICT top_row, in Smooth8x16_SSE4_1() 458 const void* LIBGAV1_RESTRICT top_row, in Smooth8x32_SSE4_1() 482 const void* LIBGAV1_RESTRICT const top_row, in SmoothWxH() 543 const void* LIBGAV1_RESTRICT top_row, in SmoothHorizontal4x4_SSE4_1() [all …]
|
| D | intrapred_sse4.cc | 96 const void* LIBGAV1_RESTRICT const top_row, in DcTop() 122 const void* LIBGAV1_RESTRICT const top_row, in Dc() 722 const void* LIBGAV1_RESTRICT const top_row, in Paeth4x4_SSE4_1() 753 const void* LIBGAV1_RESTRICT const top_row, in Paeth4x8_SSE4_1() 799 const void* LIBGAV1_RESTRICT const top_row, in Paeth4x16_SSE4_1() 874 const void* LIBGAV1_RESTRICT const top_row, in Paeth8x4_SSE4_1() 904 const void* LIBGAV1_RESTRICT const top_row, in Paeth8x8_SSE4_1() 946 const void* LIBGAV1_RESTRICT const top_row, in Paeth8x16_SSE4_1() 1015 const void* LIBGAV1_RESTRICT const top_row, in Paeth8x32_SSE4_1() 1024 const void* LIBGAV1_RESTRICT const top_row, in Paeth16x4_SSE4_1() [all …]
|
| D | intrapred_directional_sse4.cc | 149 const uint8_t* const top_row, in DirectionalZone1_Large() 248 const uint8_t* const top_row, in DirectionalZone1_SSE4_1() 370 const void* const top_row, in DirectionalIntraPredictorZone1_SSE4_1() 669 uint8_t* dest, const uint8_t* const top_row, ptrdiff_t stride, in DirectionalZone1Blend_4x4() 705 uint8_t* dest, const uint8_t* const top_row, ptrdiff_t stride, in DirectionalZone1Blend_8xH() 727 const uint8_t* LIBGAV1_RESTRICT const top_row, in DirectionalZone2_8xH() 829 const uint8_t* const top_row, in DirectionalZone2_SSE4_1() 903 const uint8_t* const top_row, in DirectionalZone2_4_SSE4_1() 1014 const void* const top_row, in DirectionalIntraPredictorZone2_SSE4_1() 1241 const uint16_t* const top_row, in DirectionalZone1_Large() [all …]
|
| D | intrapred_filter_sse4.cc | 276 const void* LIBGAV1_RESTRICT const top_row, in FilterIntraPredictor_SSE4_1()
|
| /external/libaom/aom_dsp/arm/ |
| D | highbd_intrapred_neon.c | 219 const uint16_t *const top_row, in highbd_paeth_4or8_x_h_neon() 321 uint16_t *dest, ptrdiff_t stride, const uint16_t *const top_row, in highbd_paeth16_plus_x_h_neon() 388 const uint16_t *const top_row, in highbd_smooth_4xh_neon() 446 const uint16_t *const top_row, in highbd_smooth_8xh_neon() 573 const uint16_t *const top_row, in highbd_smooth_v_4xh_neon() 594 const uint16_t *const top_row, in highbd_smooth_v_8xh_neon() 705 const uint16_t *const top_row, in highbd_smooth_h_4xh_neon() 723 const uint16_t *const top_row, in highbd_smooth_h_8xh_neon()
|
| D | intrapred_neon.c | 2659 const uint8_t *const top_row, in smooth_4xh_neon() 2714 const uint8_t *const top_row, in smooth_8xh_neon() 3210 const uint8_t *const top_row, in paeth_4or8_x_h_neon() 3328 const uint8_t *const top_row, in paeth16_plus_x_h_neon()
|
| /external/libaom/aom_dsp/x86/ |
| D | intrapred_ssse3.c | 944 const uint8_t *LIBAOM_RESTRICT top_row, in smooth_predictor_wxh() 1177 const uint8_t *LIBAOM_RESTRICT top_row, in aom_smooth_v_predictor_4x4_ssse3() 1190 const uint8_t *LIBAOM_RESTRICT top_row, in aom_smooth_v_predictor_4x8_ssse3() 1203 const uint8_t *LIBAOM_RESTRICT top_row, in aom_smooth_v_predictor_4x16_ssse3() 1218 const uint8_t *LIBAOM_RESTRICT top_row, in aom_smooth_v_predictor_8x4_ssse3() 1255 const uint8_t *LIBAOM_RESTRICT top_row, in aom_smooth_v_predictor_8x8_ssse3() 1278 const uint8_t *LIBAOM_RESTRICT top_row, in aom_smooth_v_predictor_8x16_ssse3() 1316 const uint8_t *LIBAOM_RESTRICT top_row, in aom_smooth_v_predictor_8x32_ssse3() 1381 const uint8_t *LIBAOM_RESTRICT top_row, in aom_smooth_v_predictor_16x4_ssse3() 1425 const uint8_t *LIBAOM_RESTRICT top_row, in aom_smooth_v_predictor_16x8_ssse3() [all …]
|
| /external/libgav1/src/dsp/ |
| D | intrapred_smooth.cc | 52 const void* LIBGAV1_RESTRICT const top_row, in Smooth() 87 const void* LIBGAV1_RESTRICT const top_row, in SmoothVertical() 115 const void* LIBGAV1_RESTRICT const top_row, in SmoothHorizontal()
|
| D | intrapred.cc | 67 const void* LIBGAV1_RESTRICT const top_row, const void* /*left_column*/) { in DcTop() 136 const void* LIBGAV1_RESTRICT const top_row, in Dc() 163 const void* LIBGAV1_RESTRICT const top_row, const void* /*left_column*/) { in Vertical() 189 const void* LIBGAV1_RESTRICT const top_row, in Paeth()
|
| D | intrapred_directional.cc | 38 const void* LIBGAV1_RESTRICT const top_row, const int width, in DirectionalIntraPredictorZone1_C() 108 const void* LOCAL_RESTRICT const top_row, in DirectionalIntraPredictorZone2_C()
|
| D | intrapred_filter.cc | 44 const void* LIBGAV1_RESTRICT const top_row, in FilterIntraPredictor_C()
|
| /external/libaom/av1/common/x86/ |
| D | filterintra_sse4.c | 213 const void *const top_row, in filter_intra_predictor_sse4_1()
|
| /external/libgav1/src/tile/ |
| D | prediction.cc | 248 Pixel* const top_row = top_row_data + 16; in IntraPrediction() local 411 TransformSize tx_size, Pixel* const top_row, in DirectionalPrediction()
|
| /external/webp/src/dsp/ |
| D | enc_sse2.c | 663 const __m128i top_row = _mm_load_si128((const __m128i*)top); in DC16_SSE2() local 671 const __m128i top_row = _mm_load_si128((const __m128i*)top); in DC16NoLeft_SSE2() local
|
| /external/webp/src/dec/ |
| D | vp8l_dec.c | 869 const int top_row = in ExtractPalettedAlphaRows() local
|