Searched refs:rowAg0 (Results 1 – 2 of 2) sorted by relevance
496 const GLint rowAg0 = (rowA[j] >> 5) & 0x3f; in do_row() local505 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()521 const GLint rowAg0 = (rowA[j] >> 4) & 0xf; in do_row() local534 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()551 const GLint rowAg0 = (rowA[j] >> 5) & 0x1f; in do_row() local564 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()581 const GLint rowAg0 = (rowA[j] >> 6) & 0x1f; in do_row() local594 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()612 const GLint rowAg0 = (rowA[j] >> 2) & 0x7; in do_row() local621 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()[all …]
422 const int rowAg0 = (rowA[j] >> 5) & 0x3f; in do_row() local431 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()447 const int rowAg0 = (rowA[j] >> 4) & 0xf; in do_row() local460 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()477 const int rowAg0 = (rowA[j] >> 5) & 0x1f; in do_row() local490 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()507 const int rowAg0 = (rowA[j] >> 2) & 0x7; in do_row() local516 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()738 const int rowAg0 = (rowA[j] >> 5) & 0x3f; in do_row_3D() local756 const int g = FILTER_SUM_3D(rowAg0, rowAg1, rowBg0, rowBg1, in do_row_3D()[all …]