• Home
  • Raw
  • Download

Lines Matching refs:frame_header_

441       frame_header_(frame_header),
448 reader_(data_, size_, frame_header_.enable_cdf_update),
456 &frame_header_.quantizer),
461 frame_header_.allow_intrabc
552 ? frame_header_.rows4x4 in Init()
553 : frame_header_.columns4x4; in Init()
585 if (frame_header_.use_ref_frame_mvs) { in Init()
587 SetupMotionField(frame_header_, current_frame_, reference_frames_, in Init()
633 if (frame_header_.enable_frame_end_update_cdf && in SaveSymbolDecoderContext()
634 number_ == frame_header_.tile_info.context_update_id) { in SaveSymbolDecoderContext()
732 frame_header_.tile_info.tile_columns; in Decode()
944 const int max_x4x4 = frame_header_.columns4x4 >> subsampling_x_[plane]; in GetTransformAllZeroContext()
945 const int max_y4x4 = frame_header_.rows4x4 >> subsampling_y_[plane]; in GetTransformAllZeroContext()
997 if (frame_header_.reduced_tx_set || in GetTransformSet()
1005 if (frame_header_.reduced_tx_set || in GetTransformSet()
1017 if (frame_header_.segmentation in ComputeTransformType()
1047 frame_header_.segmentation.qindex[bp.prediction_parameters->segment_id] > in ReadTransformType()
1256 const int max_x4x4 = frame_header_.columns4x4 >> subsampling_x_[plane]; in GetDcSignContext()
1261 const int max_y4x4 = frame_header_.rows4x4 >> subsampling_y_[plane]; in GetDcSignContext()
1277 const int max_x4x4 = frame_header_.columns4x4 >> subsampling_x_[plane]; in SetEntropyContexts()
1283 const int max_y4x4 = frame_header_.rows4x4 >> subsampling_y_[plane]; in SetEntropyContexts()
1501 GetQIndex(frame_header_.segmentation, in ReadTransformCoefficients()
1507 (frame_header_.quantizer.use_matrix && in ReadTransformCoefficients()
1509 !frame_header_.segmentation in ReadTransformCoefficients()
1511 frame_header_.quantizer.matrix_level[plane] < 15) in ReadTransformCoefficients()
1512 ? quantizer_matrix_[frame_header_.quantizer.matrix_level[plane]] in ReadTransformCoefficients()
1576 const int max_x = MultiplyBy4(frame_header_.columns4x4) >> subsampling_x; in TransformBlock()
1577 const int max_y = MultiplyBy4(frame_header_.rows4x4) >> subsampling_y; in TransformBlock()
1689 if (row >= frame_header_.rows4x4 || column >= frame_header_.columns4x4) { in TransformTree()
1743 frame_header_.segmentation in ReconstructBlock()
1751 frame_header_.segmentation in ReconstructBlock()
1786 !frame_header_.segmentation in Residual()
1988 frame_header_.columns4x4); in ResetEntropyContext()
1997 frame_header_.rows4x4); in ResetEntropyContext()
2134 (frame_header_.cdef.bits > 0 && in PopulateCdefSkip()
2176 if (row4x4 >= frame_header_.rows4x4 || in ProcessBlock()
2177 column4x4 >= frame_header_.columns4x4) { in ProcessBlock()
2211 frame_header_.segmentation.lossless[bp.prediction_parameters->segment_id] in ProcessBlock()
2233 if (frame_header_.segmentation.enabled && in ProcessBlock()
2234 frame_header_.segmentation.update_map) { in ProcessBlock()
2235 const int x_limit = std::min(frame_header_.columns4x4 - column4x4, in ProcessBlock()
2237 const int y_limit = std::min(frame_header_.rows4x4 - row4x4, in ProcessBlock()
2253 if (row4x4 >= frame_header_.rows4x4 || in DecodeBlock()
2254 column4x4 >= frame_header_.columns4x4) { in DecodeBlock()
2283 if (row4x4 >= frame_header_.rows4x4 || in ProcessPartition()
2284 column4x4 >= frame_header_.columns4x4) { in ProcessPartition()
2290 const bool has_rows = (row4x4 + half_block4x4) < frame_header_.rows4x4; in ProcessPartition()
2292 (column4x4 + half_block4x4) < frame_header_.columns4x4; in ProcessPartition()
2431 if (frame_header_.cdef.bits == 0) return; in ResetCdef()
2488 read_deltas_ = frame_header_.delta_q.present; in ProcessSuperBlock()
2559 if (frame_header_.allow_intrabc) return; in ReadLoopRestorationCoefficients()
2562 frame_header_.width != frame_header_.upscaled_width; in ReadLoopRestorationCoefficients()
2567 frame_header_.superres_scale_denominator, row4x4, column4x4, in ReadLoopRestorationCoefficients()
2586 if (frame_header_.refresh_frame_flags == 0 || in StoreMotionFieldMvsIntoCurrentFrame()
2587 IsIntraFrame(frame_header_.frame_type)) { in StoreMotionFieldMvsIntoCurrentFrame()
2595 std::min(block.row4x4 + block.height4x4, frame_header_.rows4x4); in StoreMotionFieldMvsIntoCurrentFrame()
2599 std::min(block.column4x4 + block.width4x4, frame_header_.columns4x4); in StoreMotionFieldMvsIntoCurrentFrame()