/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A 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()
|
/aosp_15_r20/external/libaom/av1/common/ |
H A 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()
|
H A 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()
|
H A D | quant_common.c | 222 int av1_get_qindex(const struct segmentation *seg, int segment_id, in av1_get_qindex() 234 const struct macroblockd *xd, int segment_id) { in av1_use_qmatrix()
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A 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()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A 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()
|
H A 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()
|
H A D | aq_cyclicrefresh.c | 174 const uint8_t segment_id = mbmi->segment_id; in av1_cyclic_reset_segment_skip() local 219 const uint8_t segment_id = mbmi->segment_id; in av1_cyclic_refresh_update_segment() local
|
H A D | bitstream.c | 226 uint8_t segment_id, const MB_MODE_INFO *mi, in write_skip() 240 uint8_t segment_id, const MB_MODE_INFO *mi, in write_skip_mode() 265 uint8_t segment_id, aom_writer *w, in write_is_inter() 421 BLOCK_SIZE bsize, int mi_row, int mi_col, uint8_t segment_id) { in set_spatial_segment_id() 503 const uint8_t segment_id = mbmi->segment_id; in write_ref_frames() local 1103 const uint8_t segment_id = mbmi->segment_id; in pack_inter_mode_mvs() local 1539 const uint8_t segment_id = mbmi->segment_id; in write_modes_b() local
|
H A D | nonrd_opt.c | 566 uint8_t segment_id, SOURCE_SAD source_sad_nonrd, in is_prune_intra_mode() 716 const unsigned char segment_id = mi->segment_id; in av1_estimate_intra_mode() local
|
H A D | nonrd_pickmode.c | 377 int segment_id, BLOCK_SIZE bsize, in estimate_single_ref_frame_costs() 1850 BLOCK_SIZE bsize, int segment_id, in is_filter_search_enabled_blk() 2301 int gf_temporal_ref, unsigned char segment_id, BLOCK_SIZE bsize in set_params_nonrd_pick_inter_mode() 2396 int num_inter_modes, unsigned char segment_id, BLOCK_SIZE bsize, in skip_inter_mode_nonrd() 3198 const unsigned char segment_id = mi->segment_id; in av1_nonrd_pick_inter_mode_sb() local
|
H A D | tokenize.h | 98 static inline int av1_get_tx_eob(const struct segmentation *seg, int segment_id, in av1_get_tx_eob()
|
H A D | encodetxb.c | 625 const int segment_id = mbmi->segment_id; local 781 const int segment_id = mbmi->segment_id; local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A 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
|
H A 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()
|
H A D | vp9_bitstream.c | 105 int segment_id, const MODE_INFO *mi, vpx_writer *w) { in write_skip() 198 int segment_id) { in write_segment_id() 208 const int segment_id = mi->segment_id; in write_ref_frames() local 250 const int segment_id = mi->segment_id; in pack_inter_mode_mvs() local
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A 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()
|
H A 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()
|
H A D | vp9_quant_common.c | 196 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
|
/aosp_15_r20/external/libgav1/src/post_filter/ |
H A 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
|
/aosp_15_r20/external/libgav1/src/utils/ |
H A D | segmentation_map.h | 43 int8_t segment_id(int row4x4, int column4x4) const { in segment_id() function
|
H A D | segmentation_map.cc | 46 int block_height4x4, int8_t segment_id) { in FillBlock()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ipc/shmat/ |
H A D | shmat04.c | 28 static int segment_id = -1; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | unsorted_segment_join_op.cc | 88 const Tensor& segment_id = context->input(1); in Compute() local
|
H A D | isotonic_regression_op.cc | 131 int segment_id = 0; in solve_pava() local
|