/external/libvpx/vp8/encoder/arm/neon/ |
vp8_subpixelvariance16x16_neon.asm | 59 ;First Pass: output_height lines x output_width columns (17x16) 115 ;First-pass filtering for rest 5 lines 242 ;First Pass: output_height lines x output_width columns (16x16)
|
vp8_subpixelvariance16x16s_neon.asm | 41 ;First Pass: output_height lines x output_width columns (16x16) 243 ;First Pass: output_height lines x output_width columns (17x16) 370 ;First Pass: output_height lines x output_width columns (17x16) 411 ;First Pass: output_height lines x output_width columns (16x16)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | 191 int lines[500]; variable 209 while((lines[e]!=0)&& (e<500) ){ 213 lines[e]=line; 232 lines[q]=0; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 146 int lines[500]; variable [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
WbAmrEncTest.c | 173 int lines[500]; variable 190 while ((lines[e] != 0) && (e < 500) ) { 195 lines[e] = line; 216 lines[q] = 0; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
WmaDecTest.c | 109 int lines[500]; variable [all...] |
/external/libvpx/vp8/common/arm/neon/ |
bilinearpredict8x4_neon.asm | 35 ;First pass: output_height lines x output_width columns (5x8)
|
loopfiltersimplehorizontaledge_neon.asm | 29 sub r0, r0, r1, lsl #1 ; move src pointer down by 2 lines
|
/external/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_extendframeborders_neon.asm | 83 ;Now copy the top and bottom source lines into each line of the respective borders 196 ;Now copy the top and bottom source lines into each line of the respective borders 354 ;Now copy the top and bottom source lines into each line of the respective borders 467 ;Now copy the top and bottom source lines into each line of the respective borders
|
/external/oprofile/events/i386/nehalem/ |
events | 56 event:0x51 counters:0,1 um:l1d minimum:6000 name:L1D : Counts the number of lines brought from/to the L1 data cache. 60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table. 100 event:0xF1 counters:0,1,2,3 um:l2_lines_in minimum:6000 name:L2_LINES_IN : Counts the number of cache lines allocated in the L2 cache in various states. 101 event:0xF2 counters:0,1,2,3 um:l2_lines_out minimum:6000 name:L2_LINES_OUT : Counts L2 cache lines evicted.
|
/external/protobuf/editors/ |
proto.vim | 43 " previous lines on it.
|
/external/webkit/Source/WebCore/dom/ |
Element.idl | 96 void scrollByLines(in long lines);
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
upload.py | 483 lines = sys.stdin.readlines() 492 comment_text = "".join(lines)
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SmsMessage.java | 120 * TS 27.005 3.4.1 lines[0] and lines[1] are the two lines read from the 128 public static SmsMessage newFromCMT(String[] lines) { 131 msg.parsePdu(IccUtils.hexStringToBytes(lines[1])); [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DeviceMonitor.java | 494 public void processNewLines(String[] lines) { 495 for (String line : lines) { [all...] |
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
picasa_client.js | 215 var lines = response.split('\n'); 217 for (var line, i = 0; line = lines[i]; i++) {
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch_test.java | 87 // Convert lines down to characters. 118 String lines = lineList.toString(); local 122 assertLinesToCharsResultEquals("diff_linesToChars: More than 256.", new LinesToCharsResult(chars, "", tmpVector), dmp.diff_linesToChars(lines, "")); 131 // Convert chars up to lines 151 String lines = lineList.toString(); local 157 assertEquals("diff_charsToLines: More than 256.", diffList(new Diff(DELETE, lines)), diffs); 215 assertEquals("diff_cleanupSemanticLossless: Blank lines.", diffList(new Diff(EQUAL, "AAA\r\n\r\n"), new Diff(INSERT, "BBB\r\nDDD\r\n\r\n"), new Diff(EQUAL, "BBB\r\nEEE")), diffs); [all...] |
/external/oprofile/events/mips/24K/ |
events | 39 event:0x15 counters:0 um:zero minimum:500 name:L2_CACHE_WRITEBACKS : 21-0 L2 cache lines written back to memory 94 event:0x40a counters:1 um:zero minimum:500 name:DCACHE_WRITEBACKS : 10-1 Data cache lines written back to memory
|
/external/oprofile/events/mips/34K/ |
events | 39 event:0x15 counters:0 um:zero minimum:500 name:L2_CACHE_WRITEBACKS : 21-0 L2 cache lines written back to memory 101 event:0x40a counters:1 um:zero minimum:500 name:DCACHE_WRITEBACKS : 10-1 Data cache lines written back to memory
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
browser_harness.rb | 232 (width, offsets, lines) = combine_combo_creator(@ie.config['html_tags_per_page'], width, offsets)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 95 int lines[500]= {0}; variable [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bsd.sh | 68 rm -f lines[1234] script[12]
|
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 416 ;; switch to color mode and enable CPU access 480 lines 869 // Then we know the number of lines 1132 // FIXME should handle VGA 14/16 lines 2884 ; res : 00 200 lines, 01 350 lines, 02 400 lines variable [all...] |
/external/webkit/Tools/Scripts/ |
prepare-ChangeLog | 53 # the blank lines before it makes diff think you've changed the 187 # For each file, build a list of modified lines. 189 print STDERR " Reviewing diff to determine which lines changed.\n"; [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | 224 """Test expectation files consist of lines with specifications of what 228 lines of: 443 lines = [] 447 lines.append(line) 448 return ''.join(lines) 744 # FIXME: This code was originally designed to allow lines that matched 745 # more modifiers to override lines that matched fewer modifiers. 750 # To use the "more modifiers wins" policy, change the "_add_error" lines for overrides [all...] |