Searched refs:boffset (Results 1 – 7 of 7) sorted by relevance
474 int boffset=index&m_MASK; in indexOf() local482 for(int offset=boffset;offset<m_blocksize;++offset) in indexOf()485 boffset=0; // after first in indexOf()490 for(int offset=boffset;offset<maxoffset;++offset) in indexOf()524 int boffset=m_firstFree&m_MASK; in lastIndexOf() local531 for(int offset=boffset; offset>=0; --offset) in lastIndexOf()534 boffset=0; // after first in lastIndexOf()
76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) { in regionMatchesIgnoreCase() argument77 if (aoffset + n > a.length() || boffset + n > b.length()) { return false; } in regionMatchesIgnoreCase()79 char c = a.charAt(aoffset + i), d = b.charAt(boffset + i); in regionMatchesIgnoreCase()
103 int boffset = tjBlueOffset[pf]; in initBuf() local142 buf[index * ps + boffset] = 255; in initBuf()182 int boffset = tjBlueOffset[pf]; in checkBuf() local189 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()224 b = buf[index * ps + boffset]; in checkBuf()262 buf[(row * w + col) * ps + boffset]); in checkBuf()677 int boffset = tjBlueOffset[pf]; in initBitmap() local699 buf[row * pitch + i * ps + boffset] = b; in initBitmap()711 int boffset = tjBlueOffset[pf]; in cmpBitmap() local742 buf[row * pitch + i * ps + boffset] != b) in cmpBitmap()[all …]
149 int boffset = TJ.getBlueOffset(pf); in initBuf() local201 buf[index + boffset] = (byte)255; in initBuf()300 int boffset = TJ.getBlueOffset(pf); in checkBuf() local310 roffset = goffset = boffset = 0; in checkBuf()352 byte b = buf[index + boffset]; in checkBuf()409 int b = buf[pitch * row + col * ps + boffset]; in checkBuf()
2435 const int boffset = in single_motion_search() local2438 step_param = VPXMAX(step_param, boffset); in single_motion_search()
2372 int boffset = b_mi_row / 2 * cm->mb_cols + b_mi_col / 2; in set_source_var_based_partition() local2374 d16[j] = cpi->source_diff_var + offset + boffset; in set_source_var_based_partition()
7100 int boffset = in single_motion_search() local7103 step_param = AOMMAX(step_param, boffset); in single_motion_search()