Home
last modified time | relevance | path

Searched refs:boffset (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java474 int boffset=index&m_MASK; in indexOf() local
482 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() local
531 for(int offset=boffset; offset>=0; --offset) in lastIndexOf()
534 boffset=0; // after first in lastIndexOf()
/external/owasp/sanitizer/src/main/org/owasp/html/
DStrings.java76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) { in regionMatchesIgnoreCase() argument
77 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()
/external/libjpeg-turbo/
Dtjunittest.c103 int boffset = tjBlueOffset[pf]; in initBuf() local
142 buf[index * ps + boffset] = 255; in initBuf()
182 int boffset = tjBlueOffset[pf]; in checkBuf() local
189 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() local
699 buf[row * pitch + i * ps + boffset] = b; in initBitmap()
711 int boffset = tjBlueOffset[pf]; in cmpBitmap() local
742 buf[row * pitch + i * ps + boffset] != b) in cmpBitmap()
[all …]
/external/libjpeg-turbo/java/
DTJUnitTest.java149 int boffset = TJ.getBlueOffset(pf); in initBuf() local
201 buf[index + boffset] = (byte)255; in initBuf()
300 int boffset = TJ.getBlueOffset(pf); in checkBuf() local
310 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2435 const int boffset = in single_motion_search() local
2438 step_param = VPXMAX(step_param, boffset); in single_motion_search()
Dvp9_encodeframe.c2372 int boffset = b_mi_row / 2 * cm->mb_cols + b_mi_col / 2; in set_source_var_based_partition() local
2374 d16[j] = cpi->source_diff_var + offset + boffset; in set_source_var_based_partition()
/external/libaom/libaom/av1/encoder/
Drdopt.c7100 int boffset = in single_motion_search() local
7103 step_param = AOMMAX(step_param, boffset); in single_motion_search()