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

  /external/libvpx/vp8/common/
preproc.h 44 extern void (*temp_filter)(pre_proc_instance *ppi, unsigned char *s, unsigned char *d, int bytes, int strength);
  /external/libvpx/vp8/encoder/
preproc.c 42 void (*temp_filter)(pre_proc_instance *ppi, unsigned char *s, unsigned char *d, int bytes, int strength); variable
218 temp_filter = temp_filter_wmt;
220 temp_filter = temp_filter_mmx;
222 temp_filter = temp_filter_c;
  /external/libvpx/vp8/encoder/x86/
preproc_mmx.c 30 void (*temp_filter)(pre_proc_instance *ppi, unsigned char *s, unsigned char *d, int bytes, int strength); variable

Completed in 795 milliseconds