Searched refs:rowAg1 (Results 1 – 2 of 2) sorted by relevance
497 const GLint rowAg1 = (rowA[k] >> 5) & 0x3f; in do_row() local505 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()522 const GLint rowAg1 = (rowA[k] >> 4) & 0xf; in do_row() local534 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()552 const GLint rowAg1 = (rowA[k] >> 5) & 0x1f; in do_row() local564 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()582 const GLint rowAg1 = (rowA[k] >> 6) & 0x1f; in do_row() local594 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()613 const GLint rowAg1 = (rowA[k] >> 2) & 0x7; in do_row() local621 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()[all …]
423 const int rowAg1 = (rowA[k] >> 5) & 0x3f; in do_row() local431 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()448 const int rowAg1 = (rowA[k] >> 4) & 0xf; in do_row() local460 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()478 const int rowAg1 = (rowA[k] >> 5) & 0x1f; in do_row() local490 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()508 const int rowAg1 = (rowA[k] >> 2) & 0x7; in do_row() local516 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()739 const int rowAg1 = (rowA[k] >> 5) & 0x3f; in do_row_3D() local756 const int g = FILTER_SUM_3D(rowAg0, rowAg1, rowBg0, rowBg1, in do_row_3D()[all …]