HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK (Results 76 - 100 of 247) sorted by null

1 2 34 5 6 7 8 910

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.c 12 #include "vp8/encoder/block.h"
21 void vp8_fast_quantize_b_neon(BLOCK *b, BLOCKD *d) {
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_ssse3.c 13 #include "vp8/encoder/block.h"
42 void vp8_fast_quantize_b_ssse3(BLOCK *b, BLOCKD *d) {
vp8_quantize_sse2.c 16 #include "vp8/encoder/block.h"
35 void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d)
145 void vp8_fast_quantize_b_sse2(BLOCK *b, BLOCKD *d)
quantize_sse4.c 15 #include "vp8/encoder/block.h"
32 void vp8_regular_quantize_b_sse4_1(BLOCK *b, BLOCKD *d) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
ArrayTagsTest.java 55 options.setDefaultFlowStyle(FlowStyle.BLOCK);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue306/
UuidSupportTest.java 84 String output = yaml.dumpAs(bean, Tag.MAP, DumperOptions.FlowStyle.BLOCK);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DumpSetAsSequenceExampleTest.java 49 options.setDefaultFlowStyle(FlowStyle.BLOCK);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 43 * BLOCK - block-like elements; e.g., paragraphs and lists
48 BLOCK,
63 * Flow refers to whether the element is inherently character or block level. Breaks flow
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
quantize.c 22 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
70 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
106 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d)
159 void vp8_strict_quantize_b_c(BLOCK *b, BLOCKD *d)
218 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d)
276 x->quantize_b(&x->block[i], &x->e_mbd.block[i]);
279 x->quantize_b(&x->block[24], &x->e_mbd.block[24]);
289 x->quantize_b(&x->block[i], &x->e_mbd.block[i])
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 60 CommonTree block = (CommonTree)t.getFirstChildWithType(BLOCK);
62 for (int i = 0; i < block.getChildCount(); i++) {
63 if (block.getChild(i).getType() == ALT)
252 b=block
256 // copy rule options into the block AST, which is where
319 block
327 : ^( BLOCK
435 | ^( SYNPRED block )
463 | block
    [all...]
ANTLR.g 77 BLOCK;
294 * return ^(BLOCK["BLOCK"] {alt} EOB["<end-of-block>"])
302 GrammarAST block = (GrammarAST)adaptor.create(BLOCK, b.getToken(), "BLOCK");
303 adaptor.addChild(block, alt);
304 adaptor.addChild(alt, adaptor.create(EOB, "<end-of-block>"));
306 return block;
    [all...]
TreeToNFAConverter.g 228 b=block
235 // if block comes back as a set not BLOCK, make it
236 // a single ALT block
241 // attach start node to block for this rule
280 block returns [StateCluster g = null]
292 | ^( BLOCK ( ^(OPTIONS .*) )?
366 | ^( SYNPRED block )
380 if (blk.getType() != BLOCK) {
387 | b=block
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 99 * ( block.statement | ";" )
153 body = new Stmnt(BLOCK);
221 * : block.statement
245 return new Stmnt(BLOCK); // empty statement
279 /* block.statement : "{" statement* "}"
290 body = (Stmnt)ASTList.concat(body, new Stmnt(BLOCK, s));
295 return new Stmnt(BLOCK); // empty block
385 /* switch.statement : SWITCH "(" expression ")" "{" switch.block "}"
387 * swtich.block : ( switch.label statement* )
472 Stmnt block = parseBlock(tbl); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
encodeopt_msa.c 13 #include "vp8/encoder/block.h"
45 BLOCK *be;
64 be = &mb->block[2 * loop_cnt];
65 bd = &mb->e_mbd.block[2 * loop_cnt];
74 be = &mb->block[2 * loop_cnt + 1];
75 bd = &mb->e_mbd.block[2 * loop_cnt + 1];
114 BLOCK *be;
126 be = &mb->block[loop_cnt];
127 bd = &mb->e_mbd.block[loop_cnt];
136 be = &mb->block[loop_cnt + 1]
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
SafeRepresenterTest.java 70 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
94 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
  /external/v8/tools/turbolizer/
schedule-view.js 63 [/^--- BLOCK B\d+/, BLOCK_HEADER_STYLE, 1],
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
CivicLocationElement.java 99 public static final int BLOCK = 5;
134 Block,
170 s_caTypes.put(BLOCK, CAType.Block);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 18 /// Then, it inserts BLOCK and LOOP markers to mark the start of scopes, since
122 // RPO is not a unique form, since at every basic block with multiple
134 // Keep loops contiguous by preferring the block that's in the same
143 // Minimize perturbation by preferring the block which is the immediate
156 /// Return the "bottom" block of a loop. This differs from
195 // Put the block in its position in the MachineFunction.
220 // function entry block and includes the entire function as a "loop" that
248 "The function entry block shouldn't actually be a loop header");
256 /// code) for a branch instruction to both branch to a block and fallthrough
267 /// Insert a BLOCK marker for branches to MBB (if needed)
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
ecmametadatapass.py 59 # A block of code.
60 BLOCK = 'block'
62 # A pseudo-block of code for a given case or default section.
65 # Block of statements in a for loop's parentheses.
68 # An implied block of code for 1 line if, while, and for statements
90 # and a BLOCK with the code.
92 # Since that BLOCK is not a normal block, it can not contain statements except
116 ROOT, BLOCK, CASE_BLOCK, FOR_GROUP_BLOCK, IMPLIED_BLOCK]
    [all...]
  /external/libvpx/libvpx/test/
quantize_test.cc 23 #include "vp8/encoder/block.h"
34 typedef void (*VP8Quantize)(BLOCK *b, BLOCKD *d);
66 // Set up all the block/blockd pointers for the mb in vp8_comp_.
73 // Fix block pointers - currently they point to the blocks in the reference
130 c_quant_(&vp8_comp_->mb.block[i], &vp8_comp_->mb.e_mbd.block[i]));
132 asm_quant_(&vp8_comp_->mb.block[i], &macroblockd_dst_->block[i]));
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 23 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch) {
50 BLOCK *b = &x->block[0];
76 x->short_fdct8x4(&x->block[i].src_diff[0],
77 &x->block[i].coeff[0], 16);
88 x->short_fdct8x4(&x->block[i].src_diff[0],
89 &x->block[i].coeff[0], 32);
92 /* build dc block from 16 y dc values */
95 /* do 2nd order transform on the dc block */
96 x->short_walsh4x4(&x->block[24].src_diff[0]
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DumperOptions.java 28 * YAML provides a rich set of scalar styles. Block scalar styles include
77 * Block styles use indentation to denote nesting and scope within the
85 FLOW(Boolean.TRUE), BLOCK(Boolean.FALSE), AUTO(null);
  /external/snakeyaml/src/test/java/examples/
DumpExampleTest.java 114 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
  /external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeFlowStylesTest.java 48 options.setDefaultFlowStyle(FlowStyle.BLOCK);
50 // compare Nodes with flow style AUTO and flow style BLOCK
57 // compare Events with flow style AUTO and flow style BLOCK
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DumperOptionsTest.java 81 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
119 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
328 DumperOptions.FlowStyle flowStyle = DumperOptions.FlowStyle.BLOCK;
339 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);

Completed in 2277 milliseconds

1 2 34 5 6 7 8 910