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

  /external/libvpx/vpx_scale/generic/
scalesystemdependent.c 67 vp8_vertical_band_2_1_scale = vp8cx_vertical_band_2_1_scale_c;
vpxscale.c 49 void (*vp8_vertical_band_2_1_scale)(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) = 0; variable
431 vert_band_scale = vp8_vertical_band_2_1_scale;
    [all...]
  /external/libvpx/vpx_scale/win32/
scalesystemdependent.c 84 vp8_vertical_band_2_1_scale = vp8cx_vertical_band_2_1_scale_c;
scaleopt.c     [all...]
  /external/libvpx/vpx_scale/include/generic/
vpxscale_nofp.h 47 #define vp8_vertical_band_2_1_scale vp8cx_vertical_band_2_1_scale_c macro
  /external/libvpx/vpx_scale/include/arm/
vpxscale_nofp.h 64 #define vp8_vertical_band_2_1_scale vp8cx_vertical_band_2_1_scale_c macro
  /external/libvpx/vpx_scale/include/symbian/
vpxscale_nofp.h 64 #define vp8_vertical_band_2_1_scale vp8cx_vertical_band_2_1_scale_c macro
  /external/libvpx/vpx_scale/
vpxscale.h 57 extern void (*vp8_vertical_band_2_1_scale)(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);

Completed in 90 milliseconds