Lines Matching refs:frame_header_
233 const int max_x = (MultiplyBy4(frame_header_.columns4x4) >> x_shift) - 1; in IntraPrediction()
234 const int max_y = (MultiplyBy4(frame_header_.rows4x4) >> y_shift) - 1; in IntraPrediction()
675 frame_header_.force_integer_mv == 1) { in GetWarpParams()
729 frame_header_.global_motion[reference_type]; in InterPrediction()
744 : frame_header_.reference_frame_index[reference_type - in InterPrediction()
854 std::min(block.column4x4 + block.width4x4, frame_header_.columns4x4); in ObmcPrediction()
869 frame_header_.reference_frame_index[bp_top.reference_frame[0] - in ObmcPrediction()
887 std::min(block.row4x4 + block.height4x4, frame_header_.rows4x4); in ObmcPrediction()
902 frame_header_.reference_frame_index[bp_left.reference_frame[0] - in ObmcPrediction()
950 ? frame_header_.upscaled_width in ScaleMotionVector()
954 ? frame_header_.height in ScaleMotionVector()
956 assert(2 * frame_header_.width >= reference_upscaled_width && in ScaleMotionVector()
957 2 * frame_header_.height >= reference_height && in ScaleMotionVector()
958 frame_header_.width <= 16 * reference_upscaled_width && in ScaleMotionVector()
959 frame_header_.height <= 16 * reference_height); in ScaleMotionVector()
960 const bool is_scaled_x = reference_upscaled_width != frame_header_.width; in ScaleMotionVector()
961 const bool is_scaled_y = reference_height != frame_header_.height; in ScaleMotionVector()
969 DivideBy2(frame_header_.width)) / in ScaleMotionVector()
970 frame_header_.width; in ScaleMotionVector()
988 DivideBy2(frame_header_.height)) / in ScaleMotionVector()
989 frame_header_.height; in ScaleMotionVector()
1136 ? MultiplyBy4(frame_header_.columns4x4) in BlockInterPrediction()
1140 ? MultiplyBy4(frame_header_.rows4x4) in BlockInterPrediction()
1149 (frame_header_.width != reference_upscaled_width || in BlockInterPrediction()
1150 frame_header_.height != reference_height); in BlockInterPrediction()
1289 frame_header_.reference_frame_index[bp.reference_frame[index] - in BlockWarpProcess()