Searched refs:prev_segment_id (Results 1 – 4 of 4) sorted by relevance
604 const int8_t prev_segment_id = in ComputePredictedSegmentId() local606 id = std::min(id, prev_segment_id); in ComputePredictedSegmentId()
823 int8_t *prev_segment_id; member
989 vpx_free(cpi->prev_segment_id); in dealloc_compressor_data()990 cpi->prev_segment_id = NULL; in dealloc_compressor_data()1920 if (cpi->prev_segment_id == NULL) { in alloc_copy_partition_data()1922 cm, cpi->prev_segment_id, in alloc_copy_partition_data()1924 sizeof(*cpi->prev_segment_id))); in alloc_copy_partition_data()
991 cpi->prev_segment_id[sb_offset] == CR_SEGMENT_ID_BASE && in copy_partitioning()1203 cpi->prev_segment_id[sb_offset] = segment_id; in update_prev_partition()