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

  /external/libvpx/vp8/encoder/
preproc.c 42 void (*temp_filter)(pre_proc_instance *ppi, unsigned char *s, unsigned char *d, int bytes, int strength);
45 pre_proc_instance *ppi,
53 pre_proc_instance *ppi,
64 * INPUTS : pre_proc_instance *ppi : Pointer to pre-processor instance.
81 pre_proc_instance *ppi,
89 unsigned char *frameptr = ppi->frame_buffer;
91 if (ppi->frame == 0)
114 int offset = (ppi->frame % FRAMECOUNT);
150 accumulator *= ppi->fixed_divide[count];
160 ++ppi->frame
    [all...]
onyx_int.h 449 pre_proc_instance ppi; member in struct:__anon5299
onyx_if.c     [all...]
  /external/libvpx/vp8/common/
preproc.h 41 void delete_pre_proc(pre_proc_instance *ppi);
42 int init_pre_proc(pre_proc_instance *ppi, int frame_size);
43 extern void spatial_filter_c(pre_proc_instance *ppi, unsigned char *s, unsigned char *d, int width, int height, int pitch, int strength);
44 extern void (*temp_filter)(pre_proc_instance *ppi, unsigned char *s, unsigned char *d, int bytes, int strength);
preprocif.h 70 extern void set_scan_param(x_pp_inst ppi, UINT32 param_id, INT32 param_value);
71 extern UINT32 yuvanalyse_frame(x_pp_inst ppi, UINT32 *KFIndicator);
  /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);
36 * INPUTS : pre_proc_instance *ppi : Pointer to pre-processor instance.
53 pre_proc_instance *ppi,
61 unsigned char *frameptr = ppi->frame_buffer;
66 if (ppi->frame == 0)
96 int offset2 = (ppi->frame % FRAMECOUNT);
150 int blurvalue = sums[i] * ppi->fixed_divide[counts[i]];
162 ++ppi->frame;
170 * INPUTS : pre_proc_instance *ppi : Pointer to pre-processor instance.
187 pre_proc_instance *ppi,
    [all...]
  /external/blktrace/
blkparse.c 73 * some duplicated effort here, we can unify this hash and the ppi hash later
643 static inline int ppi_hash(struct per_process_info *ppi)
645 struct process_pid_map *ppm = ppi->ppm;
653 static inline void add_ppi_to_hash(struct per_process_info *ppi)
655 const int hash_idx = ppi_hash(ppi);
657 ppi->hash_next = ppi_hash_table[hash_idx];
658 ppi_hash_table[hash_idx] = ppi;
661 static inline void add_ppi_to_list(struct per_process_info *ppi)
663 ppi->list_next = ppi_list;
664 ppi_list = ppi;
671 struct per_process_info *ppi; local
689 struct per_process_info *ppi; local
706 struct per_process_info *ppi; local
1053 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1090 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1125 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1144 struct per_process_info *ppi = find_ppi(pid); local
1717 struct per_process_info *ppi; local
1745 struct per_process_info *ppi; local
    [all...]
  /frameworks/base/core/java/android/widget/
Scroller.java 91 float ppi = context.getResources().getDisplayMetrics().density * 160.0f; local
94 * ppi // pixels per inch
OverScroller.java 500 final float ppi = context.getResources().getDisplayMetrics().density * 160.0f; local
503 * ppi // pixels per inch
  /external/qemu/
qemu-char-android.c 69 #include <dev/ppbus/ppi.h>
73 #include <dev/misc/ppi/ppi.h>
    [all...]
qemu-char.c 68 #include <dev/ppbus/ppi.h>
72 #include <dev/misc/ppi/ppi.h>
    [all...]

Completed in 388 milliseconds