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

  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 24 vpxyv12_copy_partial_frame_neon(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc, int Fraction)
37 linestocopy = (yheight >> (Fraction + 4));
arm_csystemdependent.c 17 extern void (*vp8_yv12_copy_partial_frame_ptr)(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc, int Fraction);
18 extern void vp8_yv12_copy_partial_frame(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc, int Fraction);
19 extern void vpxyv12_copy_partial_frame_neon(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc, int Fraction);
  /external/libvpx/vp8/encoder/
picklpf.c 39 int Fraction);
41 vp8_yv12_copy_partial_frame(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc, int Fraction)
54 linestocopy = (yheight >> (Fraction + 4));
68 static int vp8_calc_partial_ssl_err(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, int Fraction, const vp8_variance_rtcd_vtable_t *rtcd)
76 int linestocopy = (source->y_height >> (Fraction + 4));
113 int Fraction
onyx_if.c     [all...]
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 24 void (*vp8_yv12_copy_partial_frame_ptr)(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc, int Fraction);
25 extern void vp8_yv12_copy_partial_frame(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc, int Fraction);
  /external/libvpx/vp8/common/
loopfilter.c 512 int Fraction
537 linestocopy = (post->y_height >> (4 + Fraction));
  /external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 138 DecompositionFraction = QChar::Fraction,

Completed in 164 milliseconds