Searched refs:a_rows (Results 1 – 2 of 2) sorted by relevance
69 const int* a_rows = a.rows(); in RowDotProduct() local77 const int row_a_end = a_rows[row_a + 1]; in RowDotProduct()80 int idx_a = a_rows[row_a]; in RowDotProduct()
105 int a_rows = frame->rows(VideoFrame::kAPlane); in FillYUVA() local107 for (int i = 0; i < a_rows; ++i) { in FillYUVA()