/external/libaom/libaom/aom_dsp/ |
intrapred.c | 300 void aom_dc_predictor_4x16_c(uint8_t *dst, ptrdiff_t stride, function
|
/external/libaom/libaom/test/ |
test_intra_pred_speed.cc | 430 INTRA_PRED_TEST(C_3, TX_4X16, aom_dc_predictor_4x16_c, [all...] |
/external/libaom/config/arm/config/ |
aom_dsp_rtcd.h | 205 void aom_dc_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 206 #define aom_dc_predictor_4x16 aom_dc_predictor_4x16_c [all...] |
/external/libaom/config/arm64/config/ |
aom_dsp_rtcd.h | 205 void aom_dc_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 206 #define aom_dc_predictor_4x16 aom_dc_predictor_4x16_c [all...] |
/external/libaom/config/x86/config/ |
aom_dsp_rtcd.h | 245 void aom_dc_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); [all...] |
/external/libaom/config/x86_64/config/ |
aom_dsp_rtcd.h | 245 void aom_dc_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); [all...] |