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

1 2 3 45 6 7 8 9

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch)
98 BLOCK *b = &x->block[0];
124 x->short_fdct8x4(&x->block[i].src_diff[0],
125 &x->block[i].coeff[0], 16);
136 x->short_fdct8x4(&x->block[i].src_diff[0],
137 &x->block[i].coeff[0], 32);
140 /* build dc block from 16 y dc values */
143 /* do 2nd order transform on the dc block */
144 x->short_walsh4x4(&x->block[24].src_diff[0]
    [all...]
pickinter.c 43 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d,
70 BLOCK *b = &mb->block[0];
71 BLOCKD *d = &mb->e_mbd.block[0];
120 static int get_prediction_error(BLOCK *be, BLOCKD *b)
141 BLOCKD *b = &x->e_mbd.block[ib];
142 BLOCK *be = &x->block[ib];
250 unsigned char *usrc_ptr = (mb->block[16].src + *mb->block[16].base_src)
    [all...]
mcomp.c 203 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
361 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
672 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
852 BLOCK *b,
1041 BLOCK *b,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemb.c 22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch)
98 BLOCK *b = &x->block[0];
124 x->short_fdct8x4(&x->block[i].src_diff[0],
125 &x->block[i].coeff[0], 16);
136 x->short_fdct8x4(&x->block[i].src_diff[0],
137 &x->block[i].coeff[0], 32);
140 /* build dc block from 16 y dc values */
143 /* do 2nd order transform on the dc block */
144 x->short_walsh4x4(&x->block[24].src_diff[0]
    [all...]
pickinter.c 43 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d,
71 BLOCK *b = &mb->block[0];
72 BLOCKD *d = &mb->e_mbd.block[0];
121 static int get_prediction_error(BLOCK *be, BLOCKD *b)
142 BLOCKD *b = &x->e_mbd.block[ib];
143 BLOCK *be = &x->block[ib];
252 unsigned char *usrc_ptr = (mb->block[16].src + *mb->block[16].base_src)
    [all...]
mcomp.c 203 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
361 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
672 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
852 BLOCK *b,
1043 BLOCK *b,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse2.c 16 #include "vp8/encoder/block.h"
36 void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d)
146 void vp8_fast_quantize_b_sse2(BLOCK *b, BLOCKD *d)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_sse2.c 16 #include "vp8/encoder/block.h"
36 void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d)
146 void vp8_fast_quantize_b_sse2(BLOCK *b, BLOCKD *d)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h 445 #define COMBINE_LOCATION_DATA(SET, LOC, BLOCK) \
446 get_combined_adhoc_loc ((SET), (LOC), (BLOCK))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 23 ;vp8_fast_quantize_b_pair_neon(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2);
155 ;void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 23 ;vp8_fast_quantize_b_pair_neon(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2);
155 ;void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 23 ;vp8_fast_quantize_b_pair_neon(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2);
155 ;void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 478 BLOCK;
488 | functionHeader block -> ^(FUNC_DEF functionHeader block)
515 block
520 -> ^(BLOCK[$lc,"BLOCK"] variable* stat*)
525 | block
531 : 'for' '(' start=assignStat ';' expr ';' next=assignStat ')' block
532 -> ^('for' $start expr $next block)
609 | ^(FUNC_DEF functionHeader block)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 400 // get the dfa for the BLOCK
401 GrammarAST block2=(GrammarAST)$start.getFirstChildWithType(BLOCK);
403 // init blockNestingLevel so it's block level RULE_BLOCK_NESTING_LEVEL
428 b=block["ruleBlock", dfa]
431 grammar.grammarTreeToString((GrammarAST)$start.getFirstChildWithType(BLOCK),
504 $code.add("block", $b.code);
529 block[String blockTemplateName, org.antlr.analysis.DFA dfa]
566 | ^( BLOCK
586 // add this alt to the list of alts for this block
615 : ^(s=BLOCK .*
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 110 * Marks a string and block during parsing.
116 BLOCK: 1
121 * Block type.
229 * Parses generic block and returns a formatted string.
272 goog.asserts.fail('Unrecognized block type.');
302 * Formats select block. Only one option is selected.
303 * @param {!Object} parsedPattern JSON object containing select block info.
325 option, 'Invalid option or missing other option for select block.');
333 * Formats plural or selectordinal block. Only one option is selected and all #
335 * @param {!Object} parsedPattern JSON object containing plural block info
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
pickinter.c 43 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d,
70 BLOCK *b = &mb->block[0];
71 BLOCKD *d = &mb->e_mbd.block[0];
120 static int get_prediction_error(BLOCK *be, BLOCKD *b)
141 BLOCKD *b = &x->e_mbd.block[ib];
142 BLOCK *be = &x->block[ib];
250 unsigned char *usrc_ptr = (mb->block[16].src + *mb->block[16].base_src)
    [all...]
mcomp.c 204 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
362 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
673 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
853 BLOCK *b,
1042 BLOCK *b,
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_unittest.cc 330 SupervisedUserURLFilter::BLOCK);
331 EXPECT_EQ(SupervisedUserURLFilter::BLOCK,
supervised_user_browsertest.cc 115 new base::FundamentalValue(SupervisedUserURLFilter::BLOCK)));
supervised_user_interstitial.cc 285 SupervisedUserURLFilter::BLOCK;
supervised_user_url_filter_unittest.cc 17 filter_->SetDefaultFilteringBehavior(SupervisedUserURLFilter::BLOCK);
326 // default (block). When we change the default to allow, the first rule is
335 // Initially, the default filtering behavior is BLOCK.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 27 public static final int BLOCK=9;
SimpleCParser.h 40 #define BLOCK 5
404 - (SimpleCParser_block_return *)block;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 27 public static final int BLOCK=9;
SimpleCParser.h 39 #define BLOCK 9
290 - (SimpleCParser_block_return *)block;

Completed in 1183 milliseconds

1 2 3 45 6 7 8 9