Home
last modified time | relevance | path

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

/external/libgav1/src/tile/
Dprediction.cc317 const int top_limit = std::min(max_x - x + 1, top_right_size); in IntraPrediction() local
318 memcpy(top_row, &top_row_src[x], top_limit * sizeof(Pixel)); in IntraPrediction()
322 if (top_size - top_limit > 0) { in IntraPrediction()
323 Memset(top_row + top_limit, top_row_src[top_limit + x - 1], in IntraPrediction()
324 top_size - top_limit); in IntraPrediction()