Home
last modified time | relevance | path

Searched refs:candidate_row (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/tile/
Dprediction.cc628 const int subsampling_y, const int candidate_row, in CompoundInterPrediction() argument
660 prediction_height, candidate_row, in CompoundInterPrediction()
714 const int prediction_height, int candidate_row, in InterPrediction() argument
720 *block_parameters_holder_.Find(candidate_row, candidate_column); in InterPrediction()
753 prediction_width, prediction_height, candidate_row, in InterPrediction()
803 subsampling_y, candidate_row, candidate_column, in InterPrediction()
822 const int candidate_row, in ObmcBlockPrediction() argument
838 width, height, candidate_row, candidate_column, in ObmcBlockPrediction()
860 const int candidate_row = block.row4x4 - 1; in ObmcPrediction() local
868 *block_parameters_holder_.Find(candidate_row, candidate_column); in ObmcPrediction()
[all …]
Dtile.cc2071 int candidate_row = block.row4x4; in ComputePrediction() local
2075 candidate_row = (candidate_row >> subsampling_y) << subsampling_y; in ComputePrediction()
2077 if (candidate_row != block.row4x4) { in ComputePrediction()
2080 *block_parameters_holder_.Find(candidate_row, block.column4x4); in ComputePrediction()
2085 *block_parameters_holder_.Find(candidate_row, candidate_column); in ComputePrediction()
2100 candidate_row = block.row4x4; in ComputePrediction()
2116 candidate_row + r, candidate_column + c, in ComputePrediction()
/external/libgav1/libgav1/src/
Dtile.h427 int candidate_row, int candidate_column, uint8_t* dest,
439 int candidate_row, int candidate_column,
467 int candidate_row, int candidate_column,
478 int height, int x, int y, int candidate_row,
484 int width, int height, int candidate_row,
Dmotion_vector.cc732 const int candidate_row = mv_row & ~(candidate_height4x4 - 1); in AddSample() local
736 tile.Parameters(candidate_row, candidate_column); in AddSample()
747 MultiplyBy4(candidate_row) + MultiplyBy2(candidate_height4x4) - 1; in AddSample()