Searched refs:aom_highbd_h_predictor_8x8_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_intrapred_sse2.c | 66 void aom_highbd_h_predictor_8x8_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_8x8_sse2() function 100 aom_highbd_h_predictor_8x8_sse2(dst, stride, above, left, bd); in aom_highbd_h_predictor_8x16_sse2() 103 aom_highbd_h_predictor_8x8_sse2(dst, stride, above, left, bd); in aom_highbd_h_predictor_8x16_sse2()
|
/external/libaom/libaom/test/ |
D | test_intra_pred_speed.cc | 1268 aom_highbd_h_predictor_8x8_sse2, NULL, NULL, NULL, NULL)
|
/external/libaom/config/x86_64/config/ |
D | aom_dsp_rtcd.h | 814 void aom_highbd_h_predictor_8x8_sse2(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, cons… 815 #define aom_highbd_h_predictor_8x8 aom_highbd_h_predictor_8x8_sse2
|
/external/libaom/config/x86/config/ |
D | aom_dsp_rtcd.h | 814 void aom_highbd_h_predictor_8x8_sse2(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, cons… 815 #define aom_highbd_h_predictor_8x8 aom_highbd_h_predictor_8x8_sse2
|