Searched refs:rowAr0 (Results 1 – 2 of 2) sorted by relevance
492 const GLint rowAr0 = rowA[j] & 0x1f; in do_row() local504 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()517 const GLint rowAr0 = rowA[j] & 0xf; in do_row() local533 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()547 const GLint rowAr0 = rowA[j] & 0x1f; in do_row() local563 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()577 const GLint rowAr0 = (rowA[j] >> 11) & 0x1f; in do_row() local593 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()608 const GLint rowAr0 = rowA[j] & 0x3; in do_row() local620 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()[all …]
418 const int rowAr0 = rowA[j] & 0x1f; in do_row() local430 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()443 const int rowAr0 = rowA[j] & 0xf; in do_row() local459 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()473 const int rowAr0 = rowA[j] & 0x1f; in do_row() local489 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()503 const int rowAr0 = rowA[j] & 0x3; in do_row() local515 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()730 const int rowAr0 = rowA[j] & 0x1f; in do_row_3D() local754 const int r = FILTER_SUM_3D(rowAr0, rowAr1, rowBr0, rowBr1, in do_row_3D()[all …]