Searched refs:use_predicted_segment_id (Results 1 – 3 of 3) sorted by relevance
622 bool use_predicted_segment_id) { in SetCdfContextUsePredictedSegmentId() argument623 memset(left_context_.use_predicted_segment_id + block.left_context_index, in SetCdfContextUsePredictedSegmentId()624 static_cast<int>(use_predicted_segment_id), block.height4x4); in SetCdfContextUsePredictedSegmentId()625 memset(block.top_context->use_predicted_segment_id + block.top_context_index, in SetCdfContextUsePredictedSegmentId()626 static_cast<int>(use_predicted_segment_id), block.width4x4); in SetCdfContextUsePredictedSegmentId()653 .use_predicted_segment_id[block.left_context_index]) in ReadInterSegmentId()658 ->use_predicted_segment_id[block.top_context_index]) in ReadInterSegmentId()660 const bool use_predicted_segment_id = reader_.ReadSymbol( in ReadInterSegmentId() local662 SetCdfContextUsePredictedSegmentId(block, use_predicted_segment_id); in ReadInterSegmentId()663 if (use_predicted_segment_id) { in ReadInterSegmentId()
177 bool use_predicted_segment_id[32]; member
577 bool use_predicted_segment_id);