Home
last modified time | relevance | path

Searched defs:segment_id (Results 1 – 25 of 36) sorted by relevance

12

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.h73 static INLINE int cyclic_refresh_segment_id_boosted(int segment_id) { in cyclic_refresh_segment_id_boosted()
78 static INLINE int cyclic_refresh_segment_id(int segment_id) { in cyclic_refresh_segment_id()
Dsegmentation.c36 void av1_disable_segfeature(struct segmentation *seg, int segment_id, in av1_disable_segfeature()
41 void av1_clear_segdata(struct segmentation *seg, int segment_id, in av1_clear_segdata()
52 int segment_id; in count_segs() local
Dtokenize.h63 static INLINE int av1_get_tx_eob(const struct segmentation *seg, int segment_id, in av1_get_tx_eob()
Daq_variance.c41 static const int segment_id[ENERGY_SPAN] = { 0, 1, 1, 2, 3, 4 }; variable
Dbitstream.c217 int segment_id, const MB_MODE_INFO *mi, aom_writer *w) { in write_skip()
230 int segment_id, const MB_MODE_INFO *mi, in write_skip_mode()
255 int segment_id, aom_writer *w, const int is_inter) { in write_is_inter()
417 int mi_col, int segment_id) { in set_spatial_segment_id()
496 const int segment_id = mbmi->segment_id; in write_ref_frames() local
1046 const int segment_id = mbmi->segment_id; in pack_inter_mode_mvs() local
1522 int segment_id = mbmi->segment_id; in write_modes_b() local
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.c34 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature()
47 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata()
Dvp9_seg_common.h53 int segment_id, in segfeature_active()
70 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata()
Dvp9_quant_common.c196 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
Dvp9_pred_common.h30 int x, y, segment_id = MAX_SEGMENTS; in get_segment_id() local
Dvp9_blockd.h73 int8_t segment_id; member
/external/libaom/libaom/av1/common/
Dseg_common.c55 void av1_enable_segfeature(struct segmentation *seg, int segment_id, in av1_enable_segfeature()
79 void av1_set_segdata(struct segmentation *seg, int segment_id, in av1_set_segdata()
Dseg_common.h63 int segment_id, in segfeature_active()
95 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata()
Dquant_common.c228 int av1_get_qindex(const struct segmentation *seg, int segment_id, in av1_get_qindex()
Dpred_common.h32 int x, y, segment_id = MAX_SEGMENTS; in get_segment_id() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h130 static INLINE int cyclic_refresh_segment_id_boosted(int segment_id) { in cyclic_refresh_segment_id_boosted()
135 static INLINE int cyclic_refresh_segment_id(int segment_id) { in cyclic_refresh_segment_id()
Dvp9_segmentation.c39 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature()
44 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata()
123 int segment_id; in count_segs() local
Dvp9_bitstream.c99 int segment_id, const MODE_INFO *mi, vpx_writer *w) { in write_skip()
192 int segment_id) { in write_segment_id()
202 const int segment_id = mi->segment_id; in write_ref_frames() local
244 const int segment_id = mi->segment_id; in pack_inter_mode_mvs() local
Dvp9_aq_variance.c33 static const int segment_id[ENERGY_SPAN] = { 0, 1, 1, 2, 3, 4 }; variable
Dvp9_quantize.c283 const int segment_id = xd->mi[0]->segment_id; in vp9_init_plane_quantizers() local
Dvp9_rd.c281 int i, bsize, segment_id; in set_block_thresholds() local
Dvp9_encodeframe.c917 int mi_row, int mi_col, int segment_id, in copy_partitioning()
1141 static void update_prev_partition(VP9_COMP *cpi, MACROBLOCK *x, int segment_id, in update_prev_partition()
1278 int segment_id; in choose_partitioning() local
4258 int segment_id = get_segment_id(cm, map, BLOCK_64X64, mi_row, mi_col); in encode_rd_sb_row() local
5301 int segment_id = get_segment_id(cm, map, BLOCK_64X64, mi_row, mi_col); in encode_nonrd_sb_row() local
5829 int segment_id; in compute_frame_aq_offset() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c93 int x, y, segment_id = INT_MAX; in dec_get_segment_id() local
105 int segment_id) { in set_segment_id()
131 int segment_id; in read_intra_segment_id() local
151 int predicted_segment_id, segment_id; in read_inter_segment_id() local
179 static int read_skip(VP9_COMMON *cm, const MACROBLOCKD *xd, int segment_id, in read_skip()
304 vpx_reader *r, int segment_id, in read_ref_frames()
435 int segment_id, vpx_reader *r) { in read_is_inter_block()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c273 const int segment_id = in read_segment_id() local
285 int segment_id = INT_MAX; in dec_get_segment_id() local
297 int segment_id) { in set_segment_id()
319 const int segment_id = read_segment_id(cm, xd, mi_row, mi_col, r, skip); in read_intra_segment_id() local
363 int segment_id; in read_inter_segment_id() local
395 static int read_skip_mode(AV1_COMMON *cm, const MACROBLOCKD *xd, int segment_id, in read_skip_mode()
420 static int read_skip(AV1_COMMON *cm, const MACROBLOCKD *xd, int segment_id, in read_skip()
916 aom_reader *r, int segment_id, in read_ref_frames()
1201 int segment_id, aom_reader *r) { in read_is_inter_block()
Dinspection.h43 int16_t segment_id; member
/external/libvpx/libvpx/vp8/common/
Dblockd.h153 uint8_t segment_id; member

12