• Home
  • Raw
  • Download

Lines Matching refs:reference_frame_index

744               : frame_header_.reference_frame_index[reference_type -  in InterPrediction()
815 const int reference_frame_index, const int width, in ObmcBlockPrediction() argument
832 if (!BlockInterPrediction(block, plane, reference_frame_index, mv, x, y, in ObmcBlockPrediction()
869 frame_header_.reference_frame_index[bp_top.reference_frame[0] - in ObmcPrediction()
902 frame_header_.reference_frame_index[bp_left.reference_frame[0] - in ObmcPrediction()
944 const int reference_frame_index, const int x, in ScaleMotionVector() argument
949 (reference_frame_index == -1) in ScaleMotionVector()
951 : reference_frames_[reference_frame_index]->upscaled_width(); in ScaleMotionVector()
953 (reference_frame_index == -1) in ScaleMotionVector()
955 : reference_frames_[reference_frame_index]->frame_height(); in ScaleMotionVector()
1007 const int reference_frame_index, const bool is_scaled, const int width, in GetReferenceBlockPosition() argument
1016 if (reference_frame_index == -1) { in GetReferenceBlockPosition()
1045 const Plane plane, const int reference_frame_index, const bool is_scaled, in BuildConvolveBlock() argument
1052 (reference_frame_index == -1) in BuildConvolveBlock()
1054 : reference_frames_[reference_frame_index]->buffer(); in BuildConvolveBlock()
1110 const Block& block, const Plane plane, const int reference_frame_index, in BlockInterPrediction() argument
1122 ScaleMotionVector(mv, plane, reference_frame_index, x, y, &start_x, &start_y, in BlockInterPrediction()
1131 (reference_frame_index == -1) in BlockInterPrediction()
1133 : reference_frames_[reference_frame_index]->buffer(); in BlockInterPrediction()
1135 (reference_frame_index == -1) in BlockInterPrediction()
1137 : reference_frames_[reference_frame_index]->upscaled_width(); in BlockInterPrediction()
1139 (reference_frame_index == -1) in BlockInterPrediction()
1141 : reference_frames_[reference_frame_index]->frame_height(); in BlockInterPrediction()
1148 const bool is_scaled = (reference_frame_index != -1) && in BlockInterPrediction()
1157 reference_frame_index, is_scaled, width, height, ref_start_x, ref_last_x, in BlockInterPrediction()
1167 if (reference_frame_index != -1 && frame_parallel_) { in BlockInterPrediction()
1181 if (reference_frame_progress_cache_[reference_frame_index] < in BlockInterPrediction()
1183 !reference_frames_[reference_frame_index]->WaitUntil( in BlockInterPrediction()
1185 &reference_frame_progress_cache_[reference_frame_index])) { in BlockInterPrediction()
1194 (reference_frame_index == -1) in BlockInterPrediction()
1196 : reference_frames_[reference_frame_index]->buffer(); in BlockInterPrediction()
1198 if (reference_frame_index == -1 || is_scaled) { in BlockInterPrediction()
1219 plane, reference_frame_index, is_scaled, height, ref_start_x, in BlockInterPrediction()
1227 plane, reference_frame_index, is_scaled, height, ref_start_x, in BlockInterPrediction()
1269 dsp_.convolve[reference_frame_index == -1][is_compound] in BlockInterPrediction()
1288 const int reference_frame_index = in BlockWarpProcess() local
1289 frame_header_.reference_frame_index[bp.reference_frame[index] - in BlockWarpProcess()
1292 reference_frames_[reference_frame_index]->buffer()->data(plane); in BlockWarpProcess()
1294 reference_frames_[reference_frame_index]->buffer()->stride(plane); in BlockWarpProcess()
1296 reference_frames_[reference_frame_index]->buffer()->width(plane); in BlockWarpProcess()
1298 reference_frames_[reference_frame_index]->buffer()->height(plane); in BlockWarpProcess()
1323 if (reference_frame_progress_cache_[reference_frame_index] < in BlockWarpProcess()
1325 !reference_frames_[reference_frame_index]->WaitUntil( in BlockWarpProcess()
1327 &reference_frame_progress_cache_[reference_frame_index])) { in BlockWarpProcess()