/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | decode_huff_cw_binary.cpp | 215 Int32 cw; in decode_huff_cw_tab1() local 217 cw = get17_n_lessbits( in decode_huff_cw_tab1() 220 if ((cw >> 10) == 0) in decode_huff_cw_tab1() 225 else if ((cw >> 6) <= 23) in decode_huff_cw_tab1() 227 tab = (cw >> 6) - 16; in decode_huff_cw_tab1() 229 else if ((cw >> 4) <= 119) in decode_huff_cw_tab1() 231 tab = (cw >> 4) - 96 + 8; in decode_huff_cw_tab1() 233 else if ((cw >> 2) <= 503) in decode_huff_cw_tab1() 235 tab = (cw >> 2) - 480 + 32; in decode_huff_cw_tab1() 239 tab = cw - 2016 + 56; in decode_huff_cw_tab1() [all …]
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
D | pvmp3_decode_huff_cw.cpp | 153 uint16 cw; in pvmp3_decode_huff_cw_tab1() local 157 cw = *(huffTable_1 + tmp); in pvmp3_decode_huff_cw_tab1() 158 pMainData->usedBits -= (3 - (cw & 0xFF)); in pvmp3_decode_huff_cw_tab1() 159 return(cw >> 8); in pvmp3_decode_huff_cw_tab1() 170 uint16 cw; in pvmp3_decode_huff_cw_tab2() local 183 cw = *(huffTable_2 + tmp); in pvmp3_decode_huff_cw_tab2() 184 pMainData->usedBits -= (6 - (cw & 0xFF)); in pvmp3_decode_huff_cw_tab2() 186 return(cw >> 8); in pvmp3_decode_huff_cw_tab2() 196 uint16 cw; in pvmp3_decode_huff_cw_tab3() local 209 cw = *(huffTable_3 + tmp); in pvmp3_decode_huff_cw_tab3() [all …]
|
D | pvmp3_huffman_decoding.cpp | 197 uint16 cw = (*h->pdec_huff_tab)(pMainData); in pvmp3_huffman_pair_decoding() local 202 if (cw) in pvmp3_huffman_pair_decoding() 204 x = cw >> 4; in pvmp3_huffman_pair_decoding() 212 y = cw & 0xf; in pvmp3_huffman_pair_decoding() 221 y = cw & 0xf; in pvmp3_huffman_pair_decoding() 251 uint16 cw; in pvmp3_huffman_pair_decoding_linbits() local 255 cw = (*h->pdec_huff_tab)(pMainData); in pvmp3_huffman_pair_decoding_linbits() 256 x = cw >> 4; in pvmp3_huffman_pair_decoding_linbits() 278 y = cw & 0xf; in pvmp3_huffman_pair_decoding_linbits()
|
/external/webkit/WebCore/rendering/ |
D | RenderImage.cpp | 519 int cw = containingBlockWidth(); in calcReplacedWidth() local 520 if (cw && width>cw) in calcReplacedWidth() 521 width = cw; in calcReplacedWidth() 558 int cw = containingBlockWidth(); in calcReplacedHeight() local 559 if (cw && width && width>cw) in calcReplacedHeight() 560 height = cw * height / width; // preserve aspect ratio in calcReplacedHeight()
|
D | RenderSVGContainer.cpp | 267 const int cw = containingBlockWidth(); in calcReplacedWidth() local 268 return cw > 0 ? max(0, style()->width().calcMinValue(cw)) : 0; in calcReplacedWidth()
|
D | RenderTable.cpp | 311 int cw = containingBlockWidth(); in layout() local 312 if (width() > cw || hasChildTable()) { in layout() 314 if (width() > cw) in layout() 315 setWidth(cw); in layout() 316 if (m_minPrefWidth > cw) in layout() 317 m_minPrefWidth = cw; in layout() 318 if (m_maxPrefWidth > cw) in layout() 319 m_maxPrefWidth = cw; in layout()
|
D | RenderBox.cpp | 1080 int cw; in calculateBackgroundImageGeometry() local 1100 cw = pw + left + right; in calculateBackgroundImageGeometry() 1105 cw = scaledImageWidth + min(xPosition + left, 0); in calculateBackgroundImageGeometry() 1127 destRect = IntRect(cx, cy, cw, ch); in calculateBackgroundImageGeometry() 1839 int RenderBox::calcWidthUsing(WidthType widthType, int cw) in calcWidthUsing() argument 1851 int marginLeft = style()->marginLeft().calcMinValue(cw); in calcWidthUsing() 1852 int marginRight = style()->marginRight().calcMinValue(cw); in calcWidthUsing() 1853 if (cw) in calcWidthUsing() 1854 widthResult = cw - marginLeft - marginRight; in calcWidthUsing() 1861 widthResult = calcBorderBoxWidth(w.calcValue(cw)); in calcWidthUsing() [all …]
|
D | RenderBlock.cpp | 2499 int cw = 0; in leftRelOffset() local 2501 cw = containingBlock()->availableWidth(); in leftRelOffset() 2502 left += style()->textIndent().calcMinValue(cw); in leftRelOffset() 2536 int cw = 0; in rightRelOffset() local 2538 cw = containingBlock()->availableWidth(); in rightRelOffset() 2539 right -= style()->textIndent().calcMinValue(cw); in rightRelOffset() 3893 int cw = containingBlock()->contentWidth(); in calcInlinePrefWidths() local 4015 ti = style()->textIndent().calcMinValue(cw); in calcInlinePrefWidths() 4087 ti = style()->textIndent().calcMinValue(cw); in calcInlinePrefWidths()
|
/external/qemu/slirp2/ |
D | tcp_input.c | 1174 register u_int cw = tp->snd_cwnd; local 1177 if (cw > tp->snd_ssthresh) 1178 incr = incr * incr / cw; 1179 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN<<tp->snd_scale);
|
/external/wpa_supplicant/ |
D | mlme.c | 482 int cw = 1; 484 cw <<= 1; 487 return cw - 1;
|
D | README | 554 wpa_supplicant -cw.conf -Dmadwifi -iath0 -bbr0
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/ |
D | Atari.patches | 614 XCFLAGS = -h -n -cw -cc -i$(CHPATH)\ -g$(CCPATH)\ -dLATTICE -dATARI
|
/external/jpeg/ |
D | testimg.ppm | 4 …cw�bp������}�u]rQJY:LR8snZ���˷��������������������������������������������������������������������…
|
/external/opencore/protocols/rtp_payload_parser/util/output/ |
D | pv_rtp.bin | 8573 ��v�v��cw��?_Z�uP��'�owY�9�[�ٔd�ViJ��T�r�Ug�+jiqL�^�w֖$/��)X]z�I~��h�b�YON1F����A�a��… 12010 mp���̊~cwӮu%e�5Y|��VF@\܈�bPj�®���}���8'�i�ҿ,V�*#�����A�Z���s>��� E�@+�…
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 1929 background size before calculating cx, cy, cw, ch, sx, and sy so
|