• Home
  • Raw
  • Download

Lines Matching refs:candidate_column

624     const int candidate_column, uint8_t* dest, const ptrdiff_t dest_stride) {  in CompoundInterPrediction()  argument
656 candidate_column, dest, dest_stride); in CompoundInterPrediction()
710 int candidate_column, bool* const is_local_valid, in InterPrediction() argument
715 *block_parameters_holder_.Find(candidate_row, candidate_column); in InterPrediction()
749 candidate_column, block.scratch_buffer->prediction_buffer[index], in InterPrediction()
798 subsampling_y, candidate_row, candidate_column, in InterPrediction()
818 const int candidate_column, in ObmcBlockPrediction() argument
833 width, height, candidate_row, candidate_column, in ObmcBlockPrediction()
861 const int candidate_column = column4x4 | 1; in ObmcPrediction() local
863 *block_parameters_holder_.Find(candidate_row, candidate_column); in ObmcPrediction()
877 candidate_row, candidate_column, kObmcDirectionVertical)) { in ObmcPrediction()
888 const int candidate_column = block.column4x4 - 1; in ObmcPrediction() local
896 *block_parameters_holder_.Find(candidate_row, candidate_column); in ObmcPrediction()
910 candidate_column, kObmcDirectionHorizontal)) { in ObmcPrediction()
922 const int candidate_column, uint8_t* dest, in DistanceWeightedPrediction() argument
928 *block_parameters_holder_.Find(candidate_row, candidate_column); in DistanceWeightedPrediction()
1112 const int height, const int candidate_row, const int candidate_column, in BlockInterPrediction() argument
1117 *block_parameters_holder_.Find(candidate_row, candidate_column); in BlockInterPrediction()