HomeSort by relevance Sort by last modified time
    Searched refs:VP8_COMMON (Results 1 - 25 of 28) sorted by null

1 2

  /external/libvpx/vp8/common/
alloccommon.h 17 void vp8_create_common(VP8_COMMON *oci);
18 void vp8_remove_common(VP8_COMMON *oci);
19 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci);
20 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height);
21 void vp8_setup_version(VP8_COMMON *oci);
alloccommon.c 35 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci)
53 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height)
127 void vp8_setup_version(VP8_COMMON *cm)
164 void vp8_create_common(VP8_COMMON *oci)
188 void vp8_remove_common(VP8_COMMON *oci)
onyxc_int.h 200 } VP8_COMMON;
204 void vp8_init_loop_filter(VP8_COMMON *cm);
206 extern void vp8_loop_filter_frame(VP8_COMMON *cm, MACROBLOCKD *mbd, int filt_val);
entropymode.h 63 void vp8_init_mbmode_probs(VP8_COMMON *x);
entropy.c 129 void vp8_default_coef_probs(VP8_COMMON *pc)
entropymode.c 190 void vp8_init_mbmode_probs(VP8_COMMON *x)
loopfilter.c 130 void vp8_init_loop_filter(VP8_COMMON *cm)
308 VP8_COMMON *cm,
412 VP8_COMMON *cm,
508 VP8_COMMON *cm,
  /external/libvpx/vp8/encoder/
segmentation.h 16 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
modecosts.c 20 VP8_COMMON *x = &c->common;
segmentation.c 15 void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x)
picklpf.c 23 extern void vp8_loop_filter_frame(VP8_COMMON *cm, MACROBLOCKD *mbd, int filt_val);
24 extern void vp8_loop_filter_frame_yonly(VP8_COMMON *cm, MACROBLOCKD *mbd, int filt_val, int sharpness_lvl);
109 VP8_COMMON *cm,
156 VP8_COMMON *cm = &cpi->common;
293 VP8_COMMON *cm = &cpi->common;
onyx_if.c 55 extern void vp8_init_loop_filter(VP8_COMMON *cm);
56 extern void vp8_loop_filter_frame(VP8_COMMON *cm, MACROBLOCKD *mbd, int filt_val);
57 extern void vp8_loop_filter_frame_yonly(VP8_COMMON *cm, MACROBLOCKD *mbd, int filt_val, int sharpness_lvl);
565 VP8_COMMON *cm = &cpi->common;
    [all...]
ethreading.c 47 VP8_COMMON *cm = &cpi->common;
346 VP8_COMMON *const cm = & cpi->common;
bitstream.c 119 VP8_COMMON *const x = & cpi->common;
858 VP8_COMMON *const pc = & cpi->common;
1068 const VP8_COMMON *const c = & cpi->common;
    [all...]
onyx_int.h 266 VP8_COMMON common;
  /external/libvpx/vp8/common/generic/
systemdependent.c 20 extern void vp8_arch_x86_common_init(VP8_COMMON *ctx);
21 extern void vp8_arch_arm_common_init(VP8_COMMON *ctx);
29 void vp8_machine_specific_config(VP8_COMMON *ctx)
  /external/libvpx/vp8/decoder/
onyxd_if.c 37 extern void vp8_init_loop_filter(VP8_COMMON *cm);
126 VP8_COMMON *cm = &pbi->common;
191 VP8_COMMON *cm = &pbi->common;
210 VP8_COMMON *cm = &pbi->common;
233 static int get_free_fb (VP8_COMMON *cm)
255 static int swap_frame_buffers (VP8_COMMON *cm)
323 VP8_COMMON *cm = &pbi->common;
onyxd_int.h 74 DECLARE_ALIGNED(16, VP8_COMMON, common);
decodframe.c 45 VP8_COMMON *const pc = & pbi->common;
70 VP8_COMMON *const pc = & pbi->common;
324 VP8_COMMON *pc,
427 VP8_COMMON *pc = &pbi->common;
489 VP8_COMMON *pc = &pbi->common;
497 VP8_COMMON *const pc = & pbi->common;
564 VP8_COMMON *const pc = & pbi->common;
detokenize.c 91 const VP8_COMMON *const oc = & dx->common;
238 const VP8_COMMON *const oc = & dx->common;
threading.c 42 VP8_COMMON *const pc = & pbi->common;
105 VP8_COMMON *pc = &pbi->common;
254 VP8_COMMON *pc = &pbi->common;
496 VP8_COMMON *const pc = & pbi->common;
602 VP8_COMMON *const pc = & pbi->common;
716 VP8_COMMON *cm = &pbi->common;
769 VP8_COMMON *pc = &pbi->common;
    [all...]
  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 66 DEFINE(vp8_common_mb_rows, offsetof(VP8_COMMON, mb_rows));
  /external/libvpx/vp8/common/arm/
arm_systemdependent.c 30 void vp8_arch_arm_common_init(VP8_COMMON *ctx)
  /external/libvpx/vp8/common/x86/
x86_systemdependent.c 22 void vp8_arch_x86_common_init(VP8_COMMON *ctx)
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 90 VP8_COMMON *common;
200 VP8_COMMON *common = tab->common;
968 this_algorithm_base->common = (VP8_COMMON *)Parameter;

Completed in 371 milliseconds

1 2