Searched refs:rowBr0 (Results 1 – 2 of 2) sorted by relevance
494 const GLint rowBr0 = rowB[j] & 0x1f; in do_row() local504 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()519 const GLint rowBr0 = rowB[j] & 0xf; in do_row() local533 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()549 const GLint rowBr0 = rowB[j] & 0x1f; in do_row() local563 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()579 const GLint rowBr0 = (rowB[j] >> 11) & 0x1f; in do_row() local593 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()610 const GLint rowBr0 = rowB[j] & 0x3; in do_row() local620 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()[all …]
420 const int rowBr0 = rowB[j] & 0x1f; in do_row() local430 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()445 const int rowBr0 = rowB[j] & 0xf; in do_row() local459 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()475 const int rowBr0 = rowB[j] & 0x1f; in do_row() local489 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()505 const int rowBr0 = rowB[j] & 0x3; in do_row() local515 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()732 const int rowBr0 = rowB[j] & 0x1f; in do_row_3D() local754 const int r = FILTER_SUM_3D(rowAr0, rowAr1, rowBr0, rowBr1, in do_row_3D()[all …]