| /external/libaom/av1/encoder/ |
| 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()
|
| D | aq_cyclicrefresh.h | 312 static INLINE int cyclic_refresh_segment_id_boosted(int segment_id) { in cyclic_refresh_segment_id_boosted() 317 static INLINE int cyclic_refresh_segment_id(int segment_id) { in cyclic_refresh_segment_id()
|
| D | tokenize.h | 98 static INLINE int av1_get_tx_eob(const struct segmentation *seg, int segment_id, in av1_get_tx_eob()
|
| D | aq_cyclicrefresh.c | 172 const uint8_t segment_id = mbmi->segment_id; in av1_cyclic_reset_segment_skip() local 217 const uint8_t segment_id = mbmi->segment_id; in av1_cyclic_refresh_update_segment() local
|
| D | aq_variance.c | 40 static const int segment_id[ENERGY_SPAN] = { 0, 1, 1, 2, 3, 4 }; variable
|
| /external/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 | 58 int segment_id, in segfeature_active() 75 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
|
| /external/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 | 62 uint8_t segment_id, in segfeature_active() 94 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata() 101 uint8_t segment_id) { in set_segment_id()
|
| D | quant_common.c | 217 int av1_get_qindex(const struct segmentation *seg, int segment_id, in av1_get_qindex() 229 const struct macroblockd *xd, int segment_id) { in av1_use_qmatrix()
|
| /external/libgav1/src/utils/ |
| D | segmentation_map.h | 43 int8_t segment_id(int row4x4, int column4x4) const { in segment_id() function
|
| D | segmentation_map.cc | 46 int block_height4x4, int8_t segment_id) { in FillBlock()
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_aq_cyclicrefresh.h | 127 static INLINE int cyclic_refresh_segment_id_boosted(int segment_id) { in cyclic_refresh_segment_id_boosted() 132 static INLINE int cyclic_refresh_segment_id(int segment_id) { in cyclic_refresh_segment_id()
|
| D | vp9_segmentation.c | 40 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature() 45 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata() 164 int segment_id; in count_segs() local
|
| D | vp9_bitstream.c | 104 int segment_id, const MODE_INFO *mi, vpx_writer *w) { in write_skip() 197 int segment_id) { in write_segment_id() 207 const int segment_id = mi->segment_id; in write_ref_frames() local 249 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
|
| /external/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() 437 int segment_id, vpx_reader *r) { in read_is_inter_block()
|
| /external/libaom/av1/decoder/ |
| D | decodemv.c | 290 const int segment_id = in read_segment_id() local 302 int segment_id = INT_MAX; in dec_get_segment_id() local 329 const int segment_id = read_segment_id(cm, xd, r, skip); in read_intra_segment_id() local 385 uint8_t segment_id; in read_inter_segment_id() local 420 static int read_skip_mode(AV1_COMMON *cm, const MACROBLOCKD *xd, int segment_id, in read_skip_mode() 445 static int read_skip_txfm(AV1_COMMON *cm, const MACROBLOCKD *xd, int segment_id, in read_skip_txfm() 938 aom_reader *r, int segment_id, in read_ref_frames() 1223 int segment_id, aom_reader *r) { in read_is_inter_block()
|
| D | inspection.h | 43 int16_t segment_id; member
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | unsorted_segment_join_op.cc | 88 const Tensor& segment_id = context->input(1); in Compute() local
|
| D | isotonic_regression_op.cc | 131 int segment_id = 0; in solve_pava() local
|
| /external/libgav1/src/post_filter/ |
| D | deblock.cc | 59 const ObuFrameHeader& frame_header, int segment_id, int level_index, in ComputeDeblockFilterLevelsHelper() 106 for (int segment_id = 0; segment_id < num_segments; ++segment_id) { in ComputeDeblockFilterLevels() local
|
| /external/libgav1/src/ |
| D | post_filter.h | 174 uint8_t GetZeroDeltaDeblockFilterLevel(int segment_id, int level_index, in GetZeroDeltaDeblockFilterLevel()
|