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()
661 frame_header_.force_integer_mv == 1) { in GetWarpParams()
715 frame_header_.global_motion[reference_type]; in InterPrediction()
730 : frame_header_.reference_frame_index[reference_type - in InterPrediction()
839 std::min(block.column4x4 + block.width4x4, frame_header_.columns4x4); in ObmcPrediction()
854 frame_header_.reference_frame_index[bp_top.reference_frame[0] - in ObmcPrediction()
872 std::min(block.row4x4 + block.height4x4, frame_header_.rows4x4); in ObmcPrediction()
887 frame_header_.reference_frame_index[bp_left.reference_frame[0] - in ObmcPrediction()
935 ? frame_header_.upscaled_width in ScaleMotionVector()
939 ? frame_header_.height in ScaleMotionVector()
941 assert(2 * frame_header_.width >= reference_upscaled_width && in ScaleMotionVector()
942 2 * frame_header_.height >= reference_height && in ScaleMotionVector()
943 frame_header_.width <= 16 * reference_upscaled_width && in ScaleMotionVector()
944 frame_header_.height <= 16 * reference_height); in ScaleMotionVector()
945 const bool is_scaled_x = reference_upscaled_width != frame_header_.width; in ScaleMotionVector()
946 const bool is_scaled_y = reference_height != frame_header_.height; in ScaleMotionVector()
954 DivideBy2(frame_header_.width)) / in ScaleMotionVector()
955 frame_header_.width; in ScaleMotionVector()
973 DivideBy2(frame_header_.height)) / in ScaleMotionVector()
974 frame_header_.height; in ScaleMotionVector()
1122 ? MultiplyBy4(frame_header_.columns4x4) in BlockInterPrediction()
1126 ? MultiplyBy4(frame_header_.rows4x4) in BlockInterPrediction()
1135 (frame_header_.width != reference_upscaled_width || in BlockInterPrediction()
1136 frame_header_.height != reference_height); in BlockInterPrediction()
1268 frame_header_.reference_frame_index[bp.reference_frame[index] - in BlockWarpProcess()