/external/libvpx/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 | 20 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci) 47 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) 186 void vp8_remove_common(VP8_COMMON *oci)
|
entropy.c | 184 void vp8_default_coef_probs(VP8_COMMON *pc)
|
entropymode.c | 160 void vp8_init_mbmode_probs(VP8_COMMON *x)
|
entropymode.h | 76 void vp8_init_mbmode_probs(VP8_COMMON *x);
|
onyxc_int.h | 175 } VP8_COMMON;
|
loopfilter.c | 94 void vp8_loop_filter_init(VP8_COMMON *cm) 113 void vp8_loop_filter_frame_init(VP8_COMMON *cm, 199 void vp8_loop_filter_row_normal(VP8_COMMON *cm, MODE_INFO *mode_info_context, 257 void vp8_loop_filter_row_simple(VP8_COMMON *cm, MODE_INFO *mode_info_context, 306 void vp8_loop_filter_frame(VP8_COMMON *cm, 449 VP8_COMMON *cm, 556 VP8_COMMON *cm,
|
postproc.c | 327 void vp8_deblock(VP8_COMMON *cm, 392 void vp8_de_noise(VP8_COMMON *cm, 722 int vp8_post_proc_frame(VP8_COMMON *oci, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *ppflags) [all...] |
mfqe.c | 275 VP8_COMMON *cm
|
/external/libvpx/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)
|
vp8_asm_enc_offsets.c | 79 DEFINE(vp8_common_mb_rows, offsetof(VP8_COMMON, mb_rows));
|
ethreading.c | 22 extern void vp8_loopfilter_frame(VP8_COMP *cpi, VP8_COMMON *cm); 27 VP8_COMMON *cm = &cpi->common; 64 VP8_COMMON *cm = &cpi->common; 442 VP8_COMMON *const cm = & cpi->common; 499 const VP8_COMMON * cm = &cpi->common;
|
picklpf.c | 138 VP8_COMMON *cm = &cpi->common; 268 VP8_COMMON *cm = &cpi->common;
|
onyx_if.c | 755 VP8_COMMON *cm = &cpi->common; [all...] |
mr_dissim.c | 55 VP8_COMMON *cm = &cpi->common;
|
encodeframe.c | 206 VP8_COMMON *const cm = & cpi->common; 266 VP8_COMMON *const cm = & cpi->common; 362 VP8_COMMON *cm, 609 VP8_COMMON *const cm = & cpi->common; 717 VP8_COMMON *const cm = & cpi->common; [all...] |
bitstream.c | 111 VP8_COMMON *const x = & cpi->common; 519 VP8_COMMON *const pc = & cpi->common; 722 const VP8_COMMON *const c = & cpi->common; [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 40 extern void vp8_init_loop_filter(VP8_COMMON *cm); 42 static int get_free_fb (VP8_COMMON *cm); 112 VP8_COMMON *cm = &pbi->common; 143 VP8_COMMON *cm = &pbi->common; 187 static int get_free_fb (VP8_COMMON *cm) 210 static int swap_frame_buffers (VP8_COMMON *cm) 272 VP8_COMMON *cm = &pbi->common; 313 VP8_COMMON *cm = &pbi->common; 460 int vp8dx_references_buffer( VP8_COMMON *oci, int ref_frame )
|
onyxd_int.h | 68 DECLARE_ALIGNED(16, VP8_COMMON, common);
|
decodframe.c | 43 VP8_COMMON *const pc = & pbi->common; 62 VP8_COMMON *const pc = & pbi->common; 501 VP8_COMMON *const pc = & pbi->common; 783 VP8_COMMON* pc = &pbi->common; 913 VP8_COMMON *const pc = & pbi->common; [all...] |
threading.c | 43 VP8_COMMON *const pc = & pbi->common; 301 VP8_COMMON *pc = &pbi->common; 777 VP8_COMMON *const pc = & pbi->common; 867 VP8_COMMON *pc = &pbi->common;
|
/external/libvpx/libvpx/vp8/common/generic/ |
systemdependent.c | 87 void vp8_machine_specific_config(VP8_COMMON *ctx)
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 465 VP8_COMMON *const pc = & pbi->common; 835 extern int vp8dx_references_buffer( VP8_COMMON *oci, int ref_frame ); 845 VP8_COMMON *oci = &pbi->common;
|