/external/libaom/libaom/av1/encoder/ |
D | aq_cyclicrefresh.h | 73 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()
|
D | segmentation.c | 36 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
|
D | tokenize.h | 63 static INLINE int av1_get_tx_eob(const struct segmentation *seg, int segment_id, in av1_get_tx_eob()
|
D | aq_variance.c | 41 static const int segment_id[ENERGY_SPAN] = { 0, 1, 1, 2, 3, 4 }; variable
|
D | bitstream.c | 217 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/ |
D | vp9_seg_common.c | 34 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()
|
D | vp9_seg_common.h | 53 int segment_id, in segfeature_active() 70 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata()
|
D | vp9_quant_common.c | 196 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
|
D | vp9_pred_common.h | 30 int x, y, segment_id = MAX_SEGMENTS; in get_segment_id() local
|
D | vp9_blockd.h | 73 int8_t segment_id; member
|
/external/libaom/libaom/av1/common/ |
D | seg_common.c | 55 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()
|
D | seg_common.h | 63 int segment_id, in segfeature_active() 95 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata()
|
D | quant_common.c | 228 int av1_get_qindex(const struct segmentation *seg, int segment_id, in av1_get_qindex()
|
D | pred_common.h | 32 int x, y, segment_id = MAX_SEGMENTS; in get_segment_id() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.h | 130 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()
|
D | vp9_segmentation.c | 39 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
|
D | vp9_bitstream.c | 99 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
|
D | vp9_aq_variance.c | 33 static const int segment_id[ENERGY_SPAN] = { 0, 1, 1, 2, 3, 4 }; variable
|
D | vp9_quantize.c | 283 const int segment_id = xd->mi[0]->segment_id; in vp9_init_plane_quantizers() local
|
D | vp9_rd.c | 281 int i, bsize, segment_id; in set_block_thresholds() local
|
D | vp9_encodeframe.c | 917 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/ |
D | vp9_decodemv.c | 93 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/ |
D | decodemv.c | 273 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()
|
D | inspection.h | 43 int16_t segment_id; member
|
/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 153 uint8_t segment_id; member
|