Home
last modified time | relevance | path

Searched defs:seg (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.c28 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()
Dvp9_quant_common.c133 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
Dvp9_pred_common.h42 static INLINE vp9_prob vp9_get_pred_prob_seg_id(const struct segmentation *seg, in vp9_get_pred_prob_seg_id()
Dvp9_onyxc_int.h168 struct segmentation seg; member
Dvp9_loopfilter.c259 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/
Dvp9_segmentation.c22 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()
Dvp9_aq_complexity.c23 struct segmentation *const seg = &cm->seg; in vp9_setup_in_frame_q_adj() local
Dvp9_aq_variance.c77 struct segmentation *seg = &cm->seg; in vp9_vaq_frame_setup() local
Dvp9_bitstream.c185 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
Dvp9_aq_cyclicrefresh.c183 struct segmentation *const seg = &cm->seg; in vp9_cyclic_refresh_setup() local
Dvp9_tokenize.c203 static INLINE int get_tx_eob(const struct segmentation *seg, int segment_id, in get_tx_eob()
Dvp9_onyx_if.c266 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
Dvp9_encodeframe.c218 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
Dvp9_rdopt.c3132 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/
Dloopfilter.c117 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/
Dvp9_decodemv.c58 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
Dvp9_decodeframe.c490 static void setup_segmentation(struct segmentation *seg, in setup_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c492 const int seg = xd->mode_info_context->mbmi.segment_id; in mt_decode_mb_rows() local