Home
last modified time | relevance | path

Searched refs:bindex (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Ddebugmodes.c78 int bindex; in vp8_print_modes_and_motion_vectors() local
82 bindex = (b_row & 3) * 4 + (b_col & 3); in vp8_print_modes_and_motion_vectors()
85 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode); in vp8_print_modes_and_motion_vectors()
120 int bindex; in vp8_print_modes_and_motion_vectors() local
124 bindex = (b_row & 3) * 4 + (b_col & 3); in vp8_print_modes_and_motion_vectors()
125 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, in vp8_print_modes_and_motion_vectors()
126 mi[mb_index].bmi[bindex].mv.as_mv.col); in vp8_print_modes_and_motion_vectors()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java473 int bindex=index>>>m_SHIFT; in indexOf() local
478 for(;bindex<maxindex;++bindex) in indexOf()
480 block=m_map[bindex]; in indexOf()
484 return offset+bindex*m_blocksize; in indexOf()
/external/jline/src/src/main/java/jline/
DArgumentCompletor.java272 int bindex = -1; in delimit() local
278 bindex = args.size(); in delimit()
295 toArray(new String[args.size()]), bindex, argpos, cursor); in delimit()
/external/libjpeg-turbo/java/
DTJBench.java98 int bindex = TJ.getBlueOffset(pixelFormat); in loadImage() local
106 dstBuf[dstPtr + bindex] = (byte)(rgb[rgbPtr] & 0xff); in loadImage()
121 int bindex = TJ.getBlueOffset(pixelFormat); in saveImage() local
126 (srcBuf[srcPtr + bindex] & 0xff); in saveImage()
256 int bindex = index2 + TJ.getBlueOffset(pf); in decomp() local
259 (double)(srcBuf[bindex] & 0xff) * 0.114 + 0.5); in decomp()
264 dstBuf[bindex] = (byte)Math.abs((dstBuf[bindex] & 0xff) - lum); in decomp()
/external/libvncserver/test/
Dtjbench.c177 int bindex=index2+tjBlueOffset[pf]; in decomptest() local
180 + (double)srcbuf[bindex]*0.114 + 0.5); in decomptest()
184 dstbuf[bindex]=abs(dstbuf[bindex]-y); in decomptest()
/external/libjpeg-turbo/
Dtjbench.c253 unsigned long bindex=index2+tjBlueOffset[pf]; in decomp() local
256 + (double)srcbuf[bindex]*0.114 + 0.5); in decomp()
261 dstbuf[bindex]=abs(dstbuf[bindex]-y); in decomp()
/external/bison/lib/
Debitset.c295 ebitset_elt_find (bitset bset, bitset_bindex bindex, in ebitset_elt_find() argument
303 eindex = bindex / EBITSET_ELT_BITS; in ebitset_elt_find()
332 ebitset_resize (bset, bindex); in ebitset_elt_find()
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1227 int src = 0, dest = 0, bindex = 0; in makeExapndedCode() local
1253 if (++bindex < n) { in makeExapndedCode()
1254 b = (Branch)jumps.get(bindex); in makeExapndedCode()
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c2373 const int bindex = register_Btype (work); in demangle_template() local
2374 remember_Btype (work, tname->b, LEN_STRING (tname), bindex); in demangle_template()
3386 int bindex = register_Btype (work); in demangle_qualified() local
3522 remember_Btype (work, temp.b, LEN_STRING (&temp), bindex); in demangle_qualified()
4143 int bindex = register_Btype (work); in demangle_fund_type() local
4147 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex); in demangle_fund_type()