HomeSort by relevance Sort by last modified time
    Searched refs:VP8_COMMON (Results 1 - 25 of 27) 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 34 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci)
52 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height)
126 void vp8_setup_version(VP8_COMMON *cm)
163 void vp8_create_common(VP8_COMMON *oci)
187 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 134 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)
295 VP8_COMMON *cm,
399 VP8_COMMON *cm,
495 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;
asm_enc_offsets.c 91 DEFINE(vp8_common_mb_rows, offsetof(VP8_COMMON, mb_rows));
ethreading.c 27 extern void loopfilter_frame(VP8_COMP *cpi, VP8_COMMON *cm);
32 VP8_COMMON *cm = &cpi->common;
72 VP8_COMMON *cm = &cpi->common;
398 VP8_COMMON *const cm = & cpi->common;
458 const VP8_COMMON * cm = &cpi->common;
onyx_if.c 54 extern void vp8_init_loop_filter(VP8_COMMON *cm);
55 extern void vp8_loop_filter_frame(VP8_COMMON *cm, MACROBLOCKD *mbd, int filt_val);
56 extern void vp8_loop_filter_frame_yonly(VP8_COMMON *cm, MACROBLOCKD *mbd, int filt_val, int sharpness_lvl);
545 VP8_COMMON *cm = &cpi->common;
    [all...]
bitstream.c 109 VP8_COMMON *const x = & cpi->common;
848 VP8_COMMON *const pc = & cpi->common;
1058 const VP8_COMMON *const c = & cpi->common;
    [all...]
onyx_int.h 277 VP8_COMMON common;
encodeframe.c 465 VP8_COMMON *cm,
681 VP8_COMMON *const cm = & cpi->common;
    [all...]
  /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);
23 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);
91 VP8_COMMON *cm = &pbi->common;
124 VP8_COMMON *cm = &pbi->common;
145 VP8_COMMON *cm = &pbi->common;
168 static int get_free_fb (VP8_COMMON *cm)
190 static int swap_frame_buffers (VP8_COMMON *cm)
253 VP8_COMMON *cm = &pbi->common;
onyxd_int.h 74 DECLARE_ALIGNED(16, VP8_COMMON, common);
decodframe.c 44 VP8_COMMON *const pc = & pbi->common;
69 VP8_COMMON *const pc = & pbi->common;
324 decode_mb_row(VP8D_COMP *pbi, VP8_COMMON *pc, int mb_row, MACROBLOCKD *xd)
433 VP8_COMMON *pc = &pbi->common;
495 VP8_COMMON *pc = &pbi->common;
503 VP8_COMMON *const pc = & pbi->common;
571 VP8_COMMON *const pc = & pbi->common;
threading.c 38 VP8_COMMON *const pc = & pbi->common;
94 VP8_COMMON *pc = &pbi->common;
236 VP8_COMMON *pc = &pbi->common;
465 VP8_COMMON *const pc = & pbi->common;
546 VP8_COMMON *const pc = & pbi->common;
637 VP8_COMMON *cm = &pbi->common;
684 VP8_COMMON *pc = &pbi->common;
    [all...]
detokenize.c 184 const VP8_COMMON *const oc = & dx->common;
  /external/libvpx/vp8/common/arm/
arm_systemdependent.c 22 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)

Completed in 580 milliseconds

1 2