Lines Matching refs:prediction_height
585 const int prediction_width, const int prediction_height, in InterIntraPrediction() argument
602 prediction_width, prediction_height, dest, dest_stride); in InterIntraPrediction()
616 prediction_height); in InterIntraPrediction()
622 const int prediction_height, const int subsampling_x, in CompoundInterPrediction() argument
650 prediction_mask_stride, prediction_width, prediction_height, dest, in CompoundInterPrediction()
655 prediction_height, candidate_row, in CompoundInterPrediction()
662 prediction_height, dest, dest_stride); in CompoundInterPrediction()
669 const int prediction_height, in GetWarpParams() argument
674 if (prediction_width < 8 || prediction_height < 8 || in GetWarpParams()
683 DivideBy4(prediction_height), block.row4x4, block.column4x4, in GetWarpParams()
709 const int prediction_height, int candidate_row, in InterPrediction() argument
731 GetWarpParams(block, plane, prediction_width, prediction_height, in InterPrediction()
736 prediction_height, warp_params, is_compound, in InterPrediction()
748 prediction_width, prediction_height, candidate_row, in InterPrediction()
776 [GetInterIntraMaskLookupIndex(prediction_height)]; in InterPrediction()
782 assert(prediction_height >= 8); in InterPrediction()
784 [FloorLog2(prediction_height) - 3] in InterPrediction()
797 prediction_width, prediction_height, subsampling_x, in InterPrediction()
802 return ObmcPrediction(block, plane, prediction_width, prediction_height); in InterPrediction()
808 prediction_height, subsampling_x, subsampling_y, dest, dest_stride); in InterPrediction()
858 const int prediction_height = std::min(height >> 1, 32 >> subsampling_y); in ObmcPrediction() local
875 prediction_width, prediction_height, in ObmcPrediction()
904 const int prediction_height = in ObmcPrediction() local
908 prediction_width, prediction_height, block_start_x, in ObmcPrediction()