Home
last modified time | relevance | path

Searched refs:av1_dr_prediction_z1_c (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Ddr_prediction_test.cc324 ::testing::Values(DrPredFunc<DrPred>(&z1_wrapper<av1_dr_prediction_z1_c>,
370 ::testing::Values(DrPredFunc<DrPred>(&z1_wrapper<av1_dr_prediction_z1_c>,
/external/libaom/config/arm64/config/
Dav1_rtcd.h152 void av1_dr_prediction_z1_c(uint8_t *dst, ptrdiff_t stride, int bw, int bh, const uint8_t *above, c…
153 #define av1_dr_prediction_z1 av1_dr_prediction_z1_c
/external/libaom/config/x86/config/
Dav1_rtcd.h153 void av1_dr_prediction_z1_c(uint8_t *dst, ptrdiff_t stride, int bw, int bh, const uint8_t *above, c…
154 #define av1_dr_prediction_z1 av1_dr_prediction_z1_c
/external/libaom/config/arm/config/
Dav1_rtcd.h152 void av1_dr_prediction_z1_c(uint8_t *dst, ptrdiff_t stride, int bw, int bh, const uint8_t *above, c…
153 #define av1_dr_prediction_z1 av1_dr_prediction_z1_c
/external/libaom/config/x86_64/config/
Dav1_rtcd.h153 void av1_dr_prediction_z1_c(uint8_t *dst, ptrdiff_t stride, int bw, int bh, const uint8_t *above, c…
154 #define av1_dr_prediction_z1 av1_dr_prediction_z1_c
/external/libaom/libaom/av1/common/
Dreconintra.c519 void av1_dr_prediction_z1_c(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in av1_dr_prediction_z1_c() function