/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | intrapred_sse4.cc | 727 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth4x4_SSE4_1() local 760 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth4x8_SSE4_1() local 808 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth4x16_SSE4_1() local 878 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth8x4_SSE4_1() local 908 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth8x8_SSE4_1() local 952 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth8x16_SSE4_1() local 1031 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth16x4_SSE4_1() local 1133 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth16x8_SSE4_1() local 1231 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth16x16_SSE4_1() local 1240 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Paeth16x32_SSE4_1() local [all …]
|
H A D | intrapred_smooth_sse4.cc | 247 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Smooth4x8_SSE4_1() local 262 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Smooth4x16_SSE4_1() local 411 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Smooth8x4_SSE4_1() local 426 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Smooth8x8_SSE4_1() local 443 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Smooth8x16_SSE4_1() local 461 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in Smooth8x32_SSE4_1() local 485 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in SmoothWxH() local 545 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in SmoothHorizontal4x4_SSE4_1() local 1936 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in SmoothVertical32x8_SSE4_1() local 1972 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in SmoothVertical32x16_SSE4_1() local [all …]
|
H A D | intrapred_filter_sse4.cc | 97 const uint8_t* LIBGAV1_RESTRICT const top_ptr, in Filter4xH() 280 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in FilterIntraPredictor_SSE4_1() local
|
H A D | intrapred_directional_sse4.cc | 374 const auto* const top_ptr = static_cast<const uint8_t*>(top_row); in DirectionalIntraPredictorZone1_SSE4_1() local 1030 const uint8_t* top_ptr = top_buffer + 144; in DirectionalIntraPredictorZone2_SSE4_1() local 1338 void* dest_ptr, ptrdiff_t stride, const void* const top_ptr, in DirectionalIntraPredictorZone1_SSE4_1()
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | filterintra_sse4.c | 60 const uint8_t *const top_ptr, in filter_4xh() 217 const uint8_t *const top_ptr = (const uint8_t *)top_row; in filter_intra_predictor_sse4_1() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | intrapred_neon.cc | 1220 const void* LIBGAV1_RESTRICT const top_ptr, in Paeth4xH_NEON() 1263 const void* LIBGAV1_RESTRICT const top_ptr, in Paeth8xH_NEON() 1308 const void* LIBGAV1_RESTRICT const top_ptr, in PaethWxH_NEON()
|
H A D | intrapred_directional_neon.cc | 224 const uint8_t* top_ptr = top + 1; in DirectionalIntraPredictorZone1_NEON() local 759 const uint8_t* top_ptr = top_buffer + 144; in DirectionalIntraPredictorZone2_NEON() local 1179 const uint16_t* top_ptr = top + 1; in DirectionalIntraPredictorZone1_NEON() local 2231 const uint16_t* top_ptr = top_buffer + 144; in DirectionalIntraPredictorZone2_NEON() local
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | intrapred_directional.cc | 54 const Pixel* top_ptr = top + 1; in DirectionalIntraPredictorZone1_C() local
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | coreboot_table-test.c | 264 void *top_ptr = malloc(CBMEM_SIZE + DYN_CBMEM_ALIGN_SIZE); in setup_write_tables_test() local
|
H A D | imd_cbmem-test.c | 551 void *top_ptr = malloc(CBMEM_SIZE + DYN_CBMEM_ALIGN_SIZE); in setup_group_imd_cbmem() local
|
/aosp_15_r20/external/libavc/encoder/x86/ |
H A D | ime_distortion_metrics_sse42.c | 606 UWORD8 *top_ptr = pu1_ref - ref_strd; in ime_calculate_sad4_prog_sse42() local
|
/aosp_15_r20/external/libavc/encoder/ |
H A D | ime_distortion_metrics.c | 223 UWORD8 *top_ptr = pu1_ref - ref_strd; in ime_calculate_sad4_prog() local
|