Searched refs:prev_segment_id (Results 1 – 7 of 7) sorted by relevance
157 const int prev_segment_id = mbmi->segment_id; in av1_cyclic_reset_segment_skip() local169 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()
785 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()
1049 int prev_segment_id; member
613 const int8_t prev_segment_id = in ComputePredictedSegmentId() local615 id = std::min(id, prev_segment_id); in ComputePredictedSegmentId()
935 int8_t *prev_segment_id; member
990 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()
953 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()