HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK (Results 26 - 50 of 225) sorted by null

12 3 4 5 6 7 8 9

  /external/libvpx/libvpx/vp8/encoder/
block.h 35 typedef struct block struct
55 } BLOCK;
74 /* 16 Y, 4 U, 4 V, 1 DC 2nd order block */
75 BLOCK block[25]; member in struct:macroblock
161 void (*quantize_b)(BLOCK *b, BLOCKD *d);
162 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 35 typedef struct block struct
55 } BLOCK;
74 /* 16 Y, 4 U, 4 V, 1 DC 2nd order block */
75 BLOCK block[25]; member in struct:macroblock
161 void (*quantize_b)(BLOCK *b, BLOCKD *d);
162 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
  /external/chromium_org/net/third_party/nss/ssl/
ssl.rc 51 BLOCK "StringFileInfo"
53 BLOCK "040904B0" // Lang=US English, CharSet=Unicode
64 BLOCK "VarFileInfo"
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderPagedFlowThread.cpp 14 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK));
32 // available in the containing block.
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 265 /** A legal child of this node that can contain block content. */
267 /** A bit set of close tag scopes that block this element's close tags. */
299 BLOCK,
427 ElementGroup.BLOCK
435 ElementGroup.BLOCK, ElementGroup.INLINE,
485 ElementGroup.BLOCK
487 ElementGroup.BLOCK, ElementGroup.INLINE
493 ElementGroup.BLOCK, ElementGroup.INLINE
503 ElementGroup.BLOCK, ElementGroup.INLINE
522 ElementGroup.BLOCK
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 49 /** True if the current element is a block element. (seems like
73 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK));
74 m_elementFlags.put("FRAMESET", new ElemDesc(0 | ElemDesc.BLOCK));
75 m_elementFlags.put("NOFRAMES", new ElemDesc(0 | ElemDesc.BLOCK));
78 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK));
82 m_elementFlags.put("CENTER", new ElemDesc(0 | ElemDesc.BLOCK));
83 m_elementFlags.put("DIR", new ElemDesc(0 | ElemDesc.BLOCK));
84 m_elementFlags.put("MENU", new ElemDesc(0 | ElemDesc.BLOCK));
121 | ElemDesc.BLOCK));
122 m_elementFlags.put("BODY", new ElemDesc(0 | ElemDesc.BLOCK));
    [all...]
ElemDesc.java 50 /** Bit position if this element type is a block. */
51 static final int BLOCK = (1 << 3);
53 /** Bit position if this element type is a block form. */
56 /** Bit position if this element type is a block form field set. */
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler_unittest.cc 41 : block_state_(ExternalProtocolHandler::BLOCK),
59 ASSERT_TRUE(block_state_ == ExternalProtocolHandler::BLOCK ||
128 if (block_state != ExternalProtocolHandler::BLOCK)
144 DoTest(ExternalProtocolHandler::BLOCK,
150 DoTest(ExternalProtocolHandler::BLOCK,
156 DoTest(ExternalProtocolHandler::BLOCK,
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML4.java 156 * Block vs inline flow:
157 * http://www.w3.org/TR/REC-html40/sgml/dtd.html#block
160 * - CENTER is equivalent to DIV align=center, so we make it BLOCK.
162 * - MENU and DIR are like OL and UL, so we make them block.
171 ADDRESS_ELEMENT = addElement("ADDRESS", "", HTML.Element.Flow.BLOCK),
179 BLOCKQUOTE_ELEMENT = addElement("BLOCKQUOTE", "B", HTML.Element.Flow.BLOCK),
184 CENTER_ELEMENT = addElement("CENTER", "B", HTML.Element.Flow.BLOCK),
192 DIR_ELEMENT = addElement("DIR", "B", HTML.Element.Flow.BLOCK),
193 DIV_ELEMENT = addElement("DIV", "B", HTML.Element.Flow.BLOCK),
194 DL_ELEMENT = addElement("DL", "B", HTML.Element.Flow.BLOCK),
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h 22 #define BLOCK 5
  /external/chromium_org/chrome/browser/autocomplete/
chrome_autocomplete_scheme_classifier.cc 54 case ExternalProtocolHandler::BLOCK:
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
csystemdependent.c 46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
49 void (*vp8_fast_quantize_b)(BLOCK *b, BLOCKD *d);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
66 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 15 #include "vp8/encoder/block.h"
20 short *coeff_ptr = mb->block[0].coeff;
21 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff;
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
vp8_enc_stubs_mmx.c 15 #include "vp8/encoder/block.h"
28 void vp8_fast_quantize_b_mmx(BLOCK *b, BLOCKD *d)
55 short *coeff_ptr = mb->block[0].coeff;
56 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff;
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
49 void (*vp8_fast_quantize_b)(BLOCK *b, BLOCKD *d);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
66 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 15 #include "vp8/encoder/block.h"
20 short *coeff_ptr = mb->block[0].coeff;
21 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff;
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
quantize_ssse3.asm 16 ; (BLOCK *b, | 0
38 mov rdi, arg(0) ; BLOCK *b
42 mov rdi, rcx ; BLOCK *b
45 ;mov rdi, rdi ; BLOCK *b
vp8_enc_stubs_mmx.c 15 #include "vp8/encoder/block.h"
28 void vp8_fast_quantize_b_mmx(BLOCK *b, BLOCKD *d)
55 short *coeff_ptr = mb->block[0].coeff;
56 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff;
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
49 void (*vp8_fast_quantize_b)(BLOCK *b, BLOCKD *d);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
66 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 15 #include "vp8/encoder/block.h"
20 short *coeff_ptr = mb->block[0].coeff;
21 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff;
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
quantize_ssse3.asm 16 ; (BLOCK *b, | 0
38 mov rdi, arg(0) ; BLOCK *b
42 mov rdi, rcx ; BLOCK *b
45 ;mov rdi, rdi ; BLOCK *b
vp8_enc_stubs_mmx.c 15 #include "vp8/encoder/block.h"
28 void vp8_fast_quantize_b_mmx(BLOCK *b, BLOCKD *d)
55 short *coeff_ptr = mb->block[0].coeff;
56 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff;
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 114 block
115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
141 : ^(('='|'+=') ID block)
154 | ^('~' block optionsSpec?)
169 /** Matches ENBF blocks (and token sets via block rule) */
171 : ^(SYNPRED block)
172 | ^(OPTIONAL block)
173 | ^(CLOSURE block)
174 | ^(POSITIVE_CLOSURE block)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
version.rc 112 BLOCK "StringFileInfo"
114 BLOCK "040904b0"
127 BLOCK "VarFileInfo"
141 versionID VERSIONINFO fixed-info { block-statement...}
187 block-statement
188 Specifies one or more version-information blocks. A block can contain
190 StringFileInfo Block or VarFileInfo Block.
211 If this value is given, the StringFileInfo block must
216 given, the StringFileInfo block must contain
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 42 BLOCK;
196 block
201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] )
208 // it's really BLOCK[firstToken,"BLOCK"]; set line/col to previous ( or : token.
209 CommonTree blkRoot = (CommonTree)adaptor.create(BLOCK,input.LT(-1),"BLOCK");
243 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"])
    [all...]

Completed in 339 milliseconds

12 3 4 5 6 7 8 9