Searched refs:candidate_row (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 623 const int subsampling_y, const int candidate_row, in CompoundInterPrediction() argument 655 prediction_height, candidate_row, in CompoundInterPrediction() 709 const int prediction_height, int candidate_row, in InterPrediction() argument 715 *block_parameters_holder_.Find(candidate_row, candidate_column); in InterPrediction() 748 prediction_width, prediction_height, candidate_row, in InterPrediction() 798 subsampling_y, candidate_row, candidate_column, in InterPrediction() 817 const int candidate_row, in ObmcBlockPrediction() argument 833 width, height, candidate_row, candidate_column, in ObmcBlockPrediction() 855 const int candidate_row = block.row4x4 - 1; in ObmcPrediction() local 863 *block_parameters_holder_.Find(candidate_row, candidate_column); in ObmcPrediction() [all …]
|
D | tile.cc | 2046 int candidate_row = block.row4x4; in ComputePrediction() local 2050 candidate_row = (candidate_row >> subsampling_y) << subsampling_y; in ComputePrediction() 2052 if (candidate_row != block.row4x4) { in ComputePrediction() 2055 *block_parameters_holder_.Find(candidate_row, block.column4x4); in ComputePrediction() 2060 *block_parameters_holder_.Find(candidate_row, candidate_column); in ComputePrediction() 2075 candidate_row = block.row4x4; in ComputePrediction() 2091 candidate_row + r, candidate_column + c, in ComputePrediction()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 439 int candidate_row, int candidate_column, uint8_t* dest, 451 int candidate_row, int candidate_column, 479 int candidate_row, int candidate_column, 490 int height, int x, int y, int candidate_row, 496 int width, int height, int candidate_row,
|
D | motion_vector.cc | 734 const int candidate_row = mv_row & ~(candidate_height4x4 - 1); in AddSample() local 738 tile.Parameters(candidate_row, candidate_column); in AddSample() 749 MultiplyBy4(candidate_row) + MultiplyBy2(candidate_height4x4) - 1; in AddSample()
|