Home
last modified time | relevance | path

Searched refs:VP8_COMMON (Results 1 – 25 of 30) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dalloccommon.h21 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);
Dalloccommon.c20 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()
Dloopfilter.c94 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()
Dentropy.c184 void vp8_default_coef_probs(VP8_COMMON *pc) in vp8_default_coef_probs()
Dentropymode.h80 void vp8_init_mbmode_probs(VP8_COMMON *x);
Dentropymode.c160 void vp8_init_mbmode_probs(VP8_COMMON *x) in vp8_init_mbmode_probs()
Donyxc_int.h179 } VP8_COMMON; typedef
Dpostproc.c322 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/
Donyxd_if.c40 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()
Donyxd_int.h72 DECLARE_ALIGNED(16, VP8_COMMON, common);
Ddecodeframe.c43 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()
Dthreading.c43 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/
Dsegmentation.h22 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
Dmodecosts.c20 VP8_COMMON *x = &c->common; in vp8_init_mode_costs()
Dsegmentation.c15 void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x) in vp8_update_gf_useage_maps()
Dethreading.c22 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()
Dpicklpf.c138 VP8_COMMON *cm = &cpi->common; in vp8cx_pick_filter_level_fast()
268 VP8_COMMON *cm = &cpi->common; in vp8cx_pick_filter_level()
Dvp8_asm_enc_offsets.c79 DEFINE(vp8_common_mb_rows, offsetof(VP8_COMMON, mb_rows));
Donyx_if.c755 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 …]
Dencodeframe.c207 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()
Dmr_dissim.c55 VP8_COMMON *cm = &cpi->common; in vp8_cal_dissimilarity()
Dbitstream.c111 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()
Donyx_int.h312 VP8_COMMON common;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/generic/
Dsystemdependent.c87 void vp8_machine_specific_config(VP8_COMMON *ctx) in vp8_machine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c467 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()

12