/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | 20 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci) in vp8_de_alloc_frame_buffers() 47 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height) in vp8_alloc_frame_buffers() 126 void vp8_setup_version(VP8_COMMON *cm) in vp8_setup_version() 163 void vp8_create_common(VP8_COMMON *oci) in vp8_create_common() 186 void vp8_remove_common(VP8_COMMON *oci) in vp8_remove_common()
|
D | loopfilter.c | 94 void vp8_loop_filter_init(VP8_COMMON *cm) in vp8_loop_filter_init() 113 void vp8_loop_filter_frame_init(VP8_COMMON *cm, in vp8_loop_filter_frame_init() 199 void vp8_loop_filter_row_normal(VP8_COMMON *cm, MODE_INFO *mode_info_context, in vp8_loop_filter_row_normal() 257 void vp8_loop_filter_row_simple(VP8_COMMON *cm, MODE_INFO *mode_info_context, in vp8_loop_filter_row_simple() 307 void vp8_loop_filter_frame(VP8_COMMON *cm, in vp8_loop_filter_frame() 450 VP8_COMMON *cm, in vp8_loop_filter_frame_yonly() 557 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 | 322 void vp8_deblock(VP8_COMMON *cm, in vp8_deblock() 387 void vp8_de_noise(VP8_COMMON *cm, in vp8_de_noise() 717 int vp8_post_proc_frame(VP8_COMMON *oci, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *ppflags) in vp8_post_proc_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | 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; in vp8dx_get_reference() 143 VP8_COMMON *cm = &pbi->common; in vp8dx_set_reference() 187 static int get_free_fb (VP8_COMMON *cm) in get_free_fb() 210 static int swap_frame_buffers (VP8_COMMON *cm) in swap_frame_buffers() 272 VP8_COMMON *cm = &pbi->common; in check_fragments_for_errors() 313 VP8_COMMON *cm = &pbi->common; in vp8dx_receive_compressed_data() 462 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 | 43 VP8_COMMON *const pc = & pbi->common; in vp8cx_init_de_quantizer() 62 VP8_COMMON *const pc = & pbi->common; in vp8_mb_init_dequantizer() 501 VP8_COMMON *const pc = & pbi->common; in decode_mb_rows() 774 VP8_COMMON* pc = &pbi->common; in read_available_partition_size() 904 VP8_COMMON *const pc = & pbi->common; in init_frame() 974 VP8_COMMON *const pc = &pbi->common; in vp8_decode_frame()
|
D | threading.c | 43 VP8_COMMON *const pc = & pbi->common; in setup_decoding_thread_data() 301 VP8_COMMON *pc = &pbi->common; in mt_decode_mb_rows() 777 VP8_COMMON *const pc = & pbi->common; in vp8mt_alloc_temp_buffers() 867 VP8_COMMON *pc = &pbi->common; in vp8mt_decode_mb_rows()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | 20 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 | 22 extern void vp8_loopfilter_frame(VP8_COMP *cpi, VP8_COMMON *cm); 27 VP8_COMMON *cm = &cpi->common; in thread_loopfilter() 64 VP8_COMMON *cm = &cpi->common; in thread_encoding_proc() 442 VP8_COMMON *const cm = & cpi->common; in vp8cx_init_mbrthread_data() 499 const VP8_COMMON * cm = &cpi->common; in vp8cx_create_encoder_threads()
|
D | picklpf.c | 138 VP8_COMMON *cm = &cpi->common; in vp8cx_pick_filter_level_fast() 268 VP8_COMMON *cm = &cpi->common; in vp8cx_pick_filter_level()
|
D | vp8_asm_enc_offsets.c | 79 DEFINE(vp8_common_mb_rows, offsetof(VP8_COMMON, mb_rows));
|
D | onyx_if.c | 755 VP8_COMMON *cm = &cpi->common; in vp8_set_speed_features() 1155 VP8_COMMON *cm = & cpi->common; in vp8_alloc_compressor_data() 1324 VP8_COMMON *cm = &cpi->common; in init_config() 1445 VP8_COMMON *cm = &cpi->common; in vp8_change_config() 1790 VP8_COMMON *cm; in vp8_create_compressor() 2567 VP8_COMMON *cm = &cpi->common; in vp8_get_reference() 2585 VP8_COMMON *cm = &cpi->common; in vp8_set_reference() 2604 VP8_COMMON *cm = &cpi->common; in vp8_update_entropy() 2652 VP8_COMMON *cm = &cpi->common; in scale_and_extend_source() 2685 VP8_COMMON *cm = &cpi->common; in resize_key_frame() [all …]
|
D | encodeframe.c | 207 VP8_COMMON *const cm = & cpi->common; in calc_activity_index() 267 VP8_COMMON *const cm = & cpi->common; in build_activity_map() 363 VP8_COMMON *cm, in encode_mb_row() 610 VP8_COMMON *const cm = & cpi->common; in init_encode_frame_mb_context() 718 VP8_COMMON *const cm = & cpi->common; in vp8_encode_frame()
|
D | mr_dissim.c | 55 VP8_COMMON *cm = &cpi->common; in vp8_cal_dissimilarity()
|
D | bitstream.c | 111 VP8_COMMON *const x = & cpi->common; in update_mbintra_mode_probs() 519 VP8_COMMON *const pc = & cpi->common; in pack_inter_mode_mvs() 722 const VP8_COMMON *const c = & cpi->common; in write_kfmodes() 1271 VP8_COMMON *const pc = & cpi->common; in vp8_pack_bitstream()
|
D | onyx_int.h | 312 VP8_COMMON common;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/generic/ |
D | systemdependent.c | 87 void vp8_machine_specific_config(VP8_COMMON *ctx) in vp8_machine_specific_config()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 467 VP8_COMMON *const pc = & pbi->common; in vp8_decode() 842 extern int vp8dx_references_buffer( VP8_COMMON *oci, int ref_frame ); 852 VP8_COMMON *oci = &pbi->common; in vp8_get_last_ref_frame()
|