Home
last modified time | relevance | path

Searched refs:prev_segment_id (Results 1 – 7 of 7) sorted by relevance

/external/libaom/av1/encoder/
Daq_cyclicrefresh.c157 const int prev_segment_id = mbmi->segment_id; in av1_cyclic_reset_segment_skip() local
169 if (prev_segment_id != mbmi->segment_id) { in av1_cyclic_reset_segment_skip()
182 if (cyclic_refresh_segment_id(prev_segment_id) == CR_SEGMENT_ID_BOOST1) in av1_cyclic_reset_segment_skip()
184 else if (cyclic_refresh_segment_id(prev_segment_id) == CR_SEGMENT_ID_BOOST2) in av1_cyclic_reset_segment_skip()
Dav1_quantize.c785 if ((segment_id != x->prev_segment_id) || in av1_init_plane_quantizers()
795 x->prev_segment_id = segment_id; in av1_init_plane_quantizers()
801 x->prev_segment_id = -1; in av1_frame_init_quantizer()
Dblock.h1049 int prev_segment_id; member
/external/libgav1/src/tile/bitstream/
Dmode_info.cc613 const int8_t prev_segment_id = in ComputePredictedSegmentId() local
615 id = std::min(id, prev_segment_id); in ComputePredictedSegmentId()
/external/libvpx/vp9/encoder/
Dvp9_encoder.h935 int8_t *prev_segment_id; member
Dvp9_encoder.c990 vpx_free(cpi->prev_segment_id); in dealloc_compressor_data()
991 cpi->prev_segment_id = NULL; in dealloc_compressor_data()
1956 if (cpi->prev_segment_id == NULL) { in alloc_copy_partition_data()
1958 cm, cpi->prev_segment_id, in alloc_copy_partition_data()
1960 sizeof(*cpi->prev_segment_id))); in alloc_copy_partition_data()
Dvp9_encodeframe.c953 cpi->prev_segment_id[sb_offset] == CR_SEGMENT_ID_BASE && in copy_partitioning()
1165 cpi->prev_segment_id[sb_offset] = segment_id; in update_prev_partition()