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

  /external/libvpx/vpx_scale/generic/
scalesystemdependent.c 71 vp8_horizontal_line_5_4_scale = vp8cx_horizontal_line_5_4_scale_c;
vpxscale.c 53 void (*vp8_horizontal_line_5_4_scale)(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) = 0; variable
394 horiz_line_scale = vp8_horizontal_line_5_4_scale;
    [all...]
  /external/libvpx/vpx_scale/win32/
scalesystemdependent.c 88 vp8_horizontal_line_5_4_scale = vp8cx_horizontal_line_5_4_scale_c;
scaleopt.c     [all...]
  /external/libvpx/vpx_scale/include/generic/
vpxscale_nofp.h 51 #define vp8_horizontal_line_5_4_scale vp8cx_horizontal_line_5_4_scale_c macro
  /external/libvpx/vpx_scale/include/arm/
vpxscale_nofp.h 68 #define vp8_horizontal_line_5_4_scale vp8cx_horizontal_line_5_4_scale_c macro
  /external/libvpx/vpx_scale/include/symbian/
vpxscale_nofp.h 68 #define vp8_horizontal_line_5_4_scale vp8cx_horizontal_line_5_4_scale_c macro
  /external/libvpx/vpx_scale/
vpxscale.h 61 extern void (*vp8_horizontal_line_5_4_scale)(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);

Completed in 207 milliseconds