/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_seg_common.c | 28 int vp9_segfeature_active(const struct segmentation *seg, int segment_id, in vp9_segfeature_active() 34 void vp9_clearall_segfeatures(struct segmentation *seg) { in vp9_clearall_segfeatures() 39 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature() 52 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata() 63 int vp9_get_segdata(const struct segmentation *seg, int segment_id, in vp9_get_segdata()
|
D | vp9_quant_common.c | 133 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
|
D | vp9_pred_common.h | 42 static INLINE vp9_prob vp9_get_pred_prob_seg_id(const struct segmentation *seg, in vp9_get_pred_prob_seg_id()
|
D | vp9_onyxc_int.h | 168 struct segmentation seg; member
|
D | vp9_loopfilter.c | 259 const struct segmentation *const seg = &cm->seg; in vp9_loop_filter_frame_init() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 22 void vp9_enable_segmentation(struct segmentation *seg) { in vp9_enable_segmentation() 28 void vp9_disable_segmentation(struct segmentation *seg) { in vp9_disable_segmentation() 33 struct segmentation *const seg = &cpi->common.seg; in vp9_set_segmentation_map() local 44 void vp9_set_segment_data(struct segmentation *seg, in vp9_set_segment_data() 55 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature() 60 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata() 217 struct segmentation *seg = &cm->seg; in vp9_choose_segmap_coding_method() local 294 void vp9_reset_segment_features(struct segmentation *seg) { in vp9_reset_segment_features()
|
D | vp9_aq_complexity.c | 23 struct segmentation *const seg = &cm->seg; in vp9_setup_in_frame_q_adj() local
|
D | vp9_aq_variance.c | 77 struct segmentation *seg = &cm->seg; in vp9_vaq_frame_setup() local
|
D | vp9_bitstream.c | 185 static void write_segment_id(vp9_writer *w, const struct segmentation *seg, in write_segment_id() 234 const struct segmentation *const seg = &cm->seg; in pack_inter_mode_mvs() local 337 const struct segmentation *const seg = &cm->seg; in write_mb_modes_kf() local 746 struct segmentation *seg = &cpi->common.seg; in encode_segmentation() local
|
D | vp9_aq_cyclicrefresh.c | 183 struct segmentation *const seg = &cm->seg; in vp9_cyclic_refresh_setup() local
|
D | vp9_tokenize.c | 203 static INLINE int get_tx_eob(const struct segmentation *seg, int segment_id, in get_tx_eob()
|
D | vp9_onyx_if.c | 266 struct segmentation *const seg = &cm->seg; in configure_static_seg_features() local 2549 struct segmentation *const seg = &cm->seg; local 3354 struct segmentation *seg = &cpi->common.seg; local
|
D | vp9_encodeframe.c | 218 const struct segmentation *const seg = &cm->seg; in set_offsets() local 848 const struct segmentation *const seg = &cm->seg; in update_state() local 1428 const struct segmentation *const seg = &cm->seg; in update_state_rt() local
|
D | vp9_rdopt.c | 3132 const struct segmentation *const seg = &cm->seg; in vp9_rd_pick_inter_mode_sb() local 3763 const struct segmentation *seg = &cm->seg; in vp9_rd_pick_inter_mode_sub8x8() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | loopfilter.c | 117 int seg, /* segment number */ in vp8_loop_filter_frame_init() local 217 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_row_normal() local 274 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_row_simple() local 349 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local 405 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local 491 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame_yonly() local 607 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_partial_frame() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 58 static int read_segment_id(vp9_reader *r, const struct segmentation *seg) { in read_segment_id() 106 struct segmentation *const seg = &cm->seg; in read_intra_segment_id() local 123 struct segmentation *const seg = &cm->seg; in read_inter_segment_id() local
|
D | vp9_decodeframe.c | 490 static void setup_segmentation(struct segmentation *seg, in setup_segmentation()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | threading.c | 492 const int seg = xd->mode_info_context->mbmi.segment_id; in mt_decode_mb_rows() local
|