HomeSort by relevance Sort by last modified time
    Searched full:vp9_blend_mb_inner (Results 1 - 7 of 7) sorted by null

  /external/libvpx/armv7a/
vp9_rtcd.h 202 #define vp9_blend_mb_inner vp9_blend_mb_inner_c macro
  /external/libvpx/generic/
vp9_rtcd.h 202 #define vp9_blend_mb_inner vp9_blend_mb_inner_c macro
  /external/libvpx/mips/
vp9_rtcd.h 202 #define vp9_blend_mb_inner vp9_blend_mb_inner_c macro
  /external/libvpx/armv7a-neon/
vp9_rtcd.h 208 #define vp9_blend_mb_inner vp9_blend_mb_inner_c macro
  /external/libvpx/mips-dspr2/
vp9_rtcd.h 216 #define vp9_blend_mb_inner vp9_blend_mb_inner_c macro
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.sh 232 prototype void vp9_blend_mb_inner "uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride"
233 specialize vp9_blend_mb_inner
    [all...]
vp9_postproc.c 954 vp9_blend_mb_inner(y_ptr + x, u_ptr + (x >> 1), v_ptr + (x >> 1),

Completed in 41 milliseconds