Searched refs:candidate_row (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/src/tile/ |
D | prediction.cc | 609 const int subsampling_y, const int candidate_row, in CompoundInterPrediction() argument 641 prediction_height, candidate_row, in CompoundInterPrediction() 695 const int prediction_height, int candidate_row, in InterPrediction() argument 701 *block_parameters_holder_.Find(candidate_row, candidate_column); in InterPrediction() 734 prediction_width, prediction_height, candidate_row, in InterPrediction() 783 subsampling_y, candidate_row, candidate_column, in InterPrediction() 802 const int candidate_row, in ObmcBlockPrediction() argument 818 width, height, candidate_row, candidate_column, in ObmcBlockPrediction() 840 const int candidate_row = block.row4x4 - 1; in ObmcPrediction() local 848 *block_parameters_holder_.Find(candidate_row, candidate_column); in ObmcPrediction() [all …]
|
D | tile.cc | 2053 int candidate_row = block.row4x4; in ComputePrediction() local 2057 candidate_row = (candidate_row >> subsampling_y) << subsampling_y; in ComputePrediction() 2059 if (candidate_row != block.row4x4) { in ComputePrediction() 2062 *block_parameters_holder_.Find(candidate_row, block.column4x4); in ComputePrediction() 2067 *block_parameters_holder_.Find(candidate_row, candidate_column); in ComputePrediction() 2082 candidate_row = block.row4x4; in ComputePrediction() 2098 candidate_row + r, candidate_column + c, in ComputePrediction()
|
/external/libgav1/src/ |
D | tile.h | 447 int candidate_row, int candidate_column, uint8_t* dest, 459 int candidate_row, int candidate_column, 488 int candidate_row, int candidate_column, 499 int height, int x, int y, int candidate_row, 505 int width, int height, int candidate_row,
|
D | motion_vector.cc | 733 const int candidate_row = mv_row & ~(candidate_height4x4 - 1); in AddSample() local 737 tile.Parameters(candidate_row, candidate_column); in AddSample() 748 MultiplyBy4(candidate_row) + MultiplyBy2(candidate_height4x4) - 1; in AddSample()
|