HomeSort by relevance Sort by last modified time
    Searched refs:aom_highbd_blend_a64_mask_c (Results 1 - 8 of 8) sorted by null

  /external/libaom/libaom/test/
blend_a64_mask_1d_test.cc 304 aom_highbd_blend_a64_mask_c(
319 aom_highbd_blend_a64_mask_c(
blend_a64_mask_test.cc 462 ::testing::Values(TestFuncsHBD(aom_highbd_blend_a64_mask_c,
615 ::testing::Values(TestFuncsHBD(aom_highbd_blend_a64_mask_c,
  /external/libaom/libaom/aom_dsp/
blend_a64_mask.c 284 void aom_highbd_blend_a64_mask_c(uint8_t *dst_8, uint32_t dst_stride, function
  /external/libaom/config/arm/config/
aom_dsp_rtcd.h 371 void aom_highbd_blend_a64_mask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd);
372 #define aom_highbd_blend_a64_mask aom_highbd_blend_a64_mask_c
    [all...]
  /external/libaom/config/arm64/config/
aom_dsp_rtcd.h 371 void aom_highbd_blend_a64_mask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd);
372 #define aom_highbd_blend_a64_mask aom_highbd_blend_a64_mask_c
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
blend_a64_mask_sse4.c     [all...]
  /external/libaom/config/x86/config/
aom_dsp_rtcd.h 449 void aom_highbd_blend_a64_mask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd);
450 #define aom_highbd_blend_a64_mask aom_highbd_blend_a64_mask_c
    [all...]
  /external/libaom/config/x86_64/config/
aom_dsp_rtcd.h 449 void aom_highbd_blend_a64_mask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd);
450 #define aom_highbd_blend_a64_mask aom_highbd_blend_a64_mask_c
    [all...]

Completed in 384 milliseconds