Searched refs:top_row_src (Results 1 – 1 of 1) sorted by relevance
281 const Pixel* top_row_src = buffer[y - 1]; in IntraPrediction() local299 top_row_src = reinterpret_cast<const Pixel*>( in IntraPrediction()308 top_row[-1] = has_top ? top_row_src[left_index] : buffer[y][left_index]; in IntraPrediction()318 memcpy(top_row, &top_row_src[x], top_limit * sizeof(Pixel)); in IntraPrediction()323 Memset(top_row + top_limit, top_row_src[top_limit + x - 1], in IntraPrediction()333 has_top ? top_row_src[left_index] : buffer[y][left_index]; in IntraPrediction()338 Memset(left_column, top_row_src[x], left_size); in IntraPrediction()