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

  /external/libvpx/armv7a/
vp9_rtcd.h 228 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
229 #define vp9_blend_b vp9_blend_b_c
  /external/libvpx/generic/
vp9_rtcd.h 228 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
229 #define vp9_blend_b vp9_blend_b_c
  /external/libvpx/mips/
vp9_rtcd.h 228 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
229 #define vp9_blend_b vp9_blend_b_c
  /external/libvpx/mips-dspr2/
vp9_rtcd.h 228 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
229 #define vp9_blend_b vp9_blend_b_c
  /external/libvpx/armv7a-neon/
vp9_rtcd.h 237 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
238 #define vp9_blend_b vp9_blend_b_c
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 568 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, function

Completed in 2779 milliseconds