/external/libvpx/libvpx/vp8/common/ |
D | alloccommon.h | 21 void vp8_create_common(VP8_COMMON *oci); 22 void vp8_remove_common(VP8_COMMON *oci); 23 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci); 24 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height); 25 void vp8_setup_version(VP8_COMMON *oci);
|
D | alloccommon.c | 21 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci) in vp8_de_alloc_frame_buffers() 48 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height) in vp8_alloc_frame_buffers() 127 void vp8_setup_version(VP8_COMMON *cm) in vp8_setup_version() 164 void vp8_create_common(VP8_COMMON *oci) in vp8_create_common() 187 void vp8_remove_common(VP8_COMMON *oci) in vp8_remove_common()
|
D | vp8_loopfilter.c | 92 void vp8_loop_filter_init(VP8_COMMON *cm) in vp8_loop_filter_init() 111 void vp8_loop_filter_frame_init(VP8_COMMON *cm, in vp8_loop_filter_frame_init() 197 void vp8_loop_filter_row_normal(VP8_COMMON *cm, MODE_INFO *mode_info_context, in vp8_loop_filter_row_normal() 255 void vp8_loop_filter_row_simple(VP8_COMMON *cm, MODE_INFO *mode_info_context, in vp8_loop_filter_row_simple() 305 void vp8_loop_filter_frame(VP8_COMMON *cm, in vp8_loop_filter_frame() 448 VP8_COMMON *cm, in vp8_loop_filter_frame_yonly() 555 VP8_COMMON *cm, in vp8_loop_filter_partial_frame()
|
D | entropy.c | 184 void vp8_default_coef_probs(VP8_COMMON *pc) in vp8_default_coef_probs()
|
D | entropymode.h | 80 void vp8_init_mbmode_probs(VP8_COMMON *x);
|
D | entropymode.c | 160 void vp8_init_mbmode_probs(VP8_COMMON *x) in vp8_init_mbmode_probs()
|
D | onyxc_int.h | 179 } VP8_COMMON; typedef
|
D | postproc.c | 323 void vp8_deblock(VP8_COMMON *cm, in vp8_deblock() 388 void vp8_de_noise(VP8_COMMON *cm, in vp8_de_noise() 724 int vp8_post_proc_frame(VP8_COMMON *oci, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *ppflags) in vp8_post_proc_frame()
|
D | mfqe.c | 276 VP8_COMMON *cm in vp8_multiframe_quality_enhance()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 43 extern void vp8_init_loop_filter(VP8_COMMON *cm); 45 static int get_free_fb (VP8_COMMON *cm); 129 VP8_COMMON *cm = &pbi->common; in vp8dx_get_reference() 160 VP8_COMMON *cm = &pbi->common; in vp8dx_set_reference() 198 static int get_free_fb (VP8_COMMON *cm) in get_free_fb() 221 static int swap_frame_buffers (VP8_COMMON *cm) in swap_frame_buffers() 283 VP8_COMMON *cm = &pbi->common; in check_fragments_for_errors() 321 VP8_COMMON *cm = &pbi->common; in vp8dx_receive_compressed_data() 454 int vp8dx_references_buffer( VP8_COMMON *oci, int ref_frame ) in vp8dx_references_buffer()
|
D | onyxd_int.h | 72 DECLARE_ALIGNED(16, VP8_COMMON, common);
|
D | decodeframe.c | 46 VP8_COMMON *const pc = & pbi->common; in vp8cx_init_de_quantizer() 65 VP8_COMMON *const pc = & pbi->common; in vp8_mb_init_dequantizer() 505 VP8_COMMON *const pc = & pbi->common; in decode_mb_rows() 786 VP8_COMMON* pc = &pbi->common; in read_available_partition_size() 916 VP8_COMMON *const pc = & pbi->common; in init_frame() 986 VP8_COMMON *const pc = &pbi->common; in vp8_decode_frame()
|
D | threading.c | 44 VP8_COMMON *const pc = & pbi->common; in setup_decoding_thread_data() 304 VP8_COMMON *pc = &pbi->common; in mt_decode_mb_rows() 780 VP8_COMMON *const pc = & pbi->common; in vp8mt_alloc_temp_buffers() 870 VP8_COMMON *pc = &pbi->common; in vp8mt_decode_mb_rows()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | segmentation.h | 22 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
|
D | modecosts.c | 21 VP8_COMMON *x = &c->common; in vp8_init_mode_costs()
|
D | segmentation.c | 15 void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x) in vp8_update_gf_useage_maps()
|
D | ethreading.c | 25 VP8_COMMON *cm = &cpi->common; in thread_loopfilter() 62 VP8_COMMON *cm = &cpi->common; in thread_encoding_proc() 456 VP8_COMMON *const cm = & cpi->common; in vp8cx_init_mbrthread_data() 514 const VP8_COMMON * cm = &cpi->common; in vp8cx_create_encoder_threads()
|
D | picklpf.c | 139 VP8_COMMON *cm = &cpi->common; in vp8cx_pick_filter_level_fast() 269 VP8_COMMON *cm = &cpi->common; in vp8cx_pick_filter_level()
|
D | onyx_int.h | 309 VP8_COMMON common; 724 void vp8_loopfilter_frame(VP8_COMP *cpi, VP8_COMMON *cm);
|
D | onyx_if.c | 761 VP8_COMMON *cm = &cpi->common; in vp8_set_speed_features() 1179 VP8_COMMON *cm = & cpi->common; in vp8_alloc_compressor_data() 1357 VP8_COMMON *cm = &cpi->common; in init_config() 1489 VP8_COMMON *cm = &cpi->common; in vp8_change_config() 1844 VP8_COMMON *cm; in vp8_create_compressor() 2643 VP8_COMMON *cm = &cpi->common; in vp8_get_reference() 2661 VP8_COMMON *cm = &cpi->common; in vp8_set_reference() 2680 VP8_COMMON *cm = &cpi->common; in vp8_update_entropy() 2724 VP8_COMMON *cm = &cpi->common; in scale_and_extend_source() 2757 VP8_COMMON *cm = &cpi->common; in resize_key_frame() [all …]
|
D | encodeframe.c | 208 VP8_COMMON *const cm = & cpi->common; in calc_activity_index() 268 VP8_COMMON *const cm = & cpi->common; in build_activity_map() 364 VP8_COMMON *cm, in encode_mb_row() 630 VP8_COMMON *const cm = & cpi->common; in init_encode_frame_mb_context() 739 VP8_COMMON *const cm = & cpi->common; in vp8_encode_frame()
|
D | mr_dissim.c | 57 VP8_COMMON *cm = &cpi->common; in vp8_cal_dissimilarity()
|
D | bitstream.c | 110 VP8_COMMON *const x = & cpi->common; in update_mbintra_mode_probs() 520 VP8_COMMON *const pc = & cpi->common; in pack_inter_mode_mvs() 723 const VP8_COMMON *const c = & cpi->common; in write_kfmodes() 1272 VP8_COMMON *const pc = & cpi->common; in vp8_pack_bitstream()
|
/external/libvpx/libvpx/vp8/common/generic/ |
D | systemdependent.c | 93 void vp8_machine_specific_config(VP8_COMMON *ctx) in vp8_machine_specific_config()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 398 VP8_COMMON *const pc = & pbi->common; in vp8_decode() 716 extern int vp8dx_references_buffer( VP8_COMMON *oci, int ref_frame ); 725 VP8_COMMON *oci = &pbi->common; in vp8_get_last_ref_frame()
|