| /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 | 72 int8_t segment_id; member
|
| /external/libvpx/libvpx/vp9/encoder/ |
| D | vp9_aq_cyclicrefresh.h | 128 static INLINE int cyclic_refresh_segment_id_boosted(int segment_id) { in cyclic_refresh_segment_id_boosted() 133 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() 110 int segment_id; in count_segs() local
|
| D | vp9_aq_variance.c | 32 static const int segment_id[ENERGY_SPAN] = { 0, 1, 1, 2, 3, 4 }; variable
|
| 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 243 const int segment_id = mi->segment_id; in pack_inter_mode_mvs() local
|
| D | vp9_quantize.c | 271 const int segment_id = xd->mi[0]->segment_id; in vp9_init_plane_quantizers() local
|
| D | vp9_rd.c | 227 int i, bsize, segment_id; in set_block_thresholds() local
|
| D | vp9_encodeframe.c | 888 int mi_row, int mi_col, int segment_id, in copy_partitioning() 1079 int segment_id; in choose_partitioning() local 1623 int8_t segment_id) { in set_segment_rdmult() 3374 int segment_id = get_segment_id(cm, map, BLOCK_64X64, mi_row, mi_col); in encode_rd_sb_row() local 4148 int segment_id = get_segment_id(cm, map, BLOCK_64X64, mi_row, mi_col); in encode_nonrd_sb_row() local 4603 int segment_id; in compute_frame_aq_offset() local
|
| D | vp9_rdopt.c | 2204 const MACROBLOCKD *xd, int segment_id, in estimate_ref_frame_costs() 3014 unsigned char segment_id = mi->segment_id; in vp9_rd_pick_inter_mode_sb() local 3683 unsigned char segment_id = mi->segment_id; in vp9_rd_pick_inter_mode_sb_seg_skip() local 3783 unsigned char segment_id = mi->segment_id; in vp9_rd_pick_inter_mode_sub8x8() local
|
| D | vp9_pickmode.c | 2279 unsigned char segment_id = mi->segment_id; in vp9_pick_inter_mode_sub8x8() 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/libvpx/libvpx/vp8/common/ |
| D | blockd.h | 150 uint8_t segment_id; member
|