Searched refs:above (Results 201 - 225 of 386) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm90 ;# the above language, amounts to the following permutation of address
171 ;# From the "address-bit" perspective discussed above, we simply need to
180 ;# defined above. We think of both groups of 4 registers as having
1125 lvx v0, r6, r3 ;# v0 = P1 = 16 pels two rows above edge
1126 lvx v1, r5, r3 ;# v1 = P0 = 16 pels one row above edge
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djdsammmx.asm199 ; Again a triangle filter; see comments for h2v1 case, above.
258 mov ecx, JSAMPROW [esi-1*SIZEOF_JSAMPROW] ; inptr1(above)
494 add ecx, byte 1*SIZEOF_MMWORD ; inptr1(above)
H A Djdsamss2-64.asm186 ; Again a triangle filter; see comments for h2v1 case, above.
234 mov rcx, JSAMPROW [rsi-1*SIZEOF_JSAMPROW] ; inptr1(above)
455 add rcx, byte 1*SIZEOF_XMMWORD ; inptr1(above)
H A Djdsamss2.asm197 ; Again a triangle filter; see comments for h2v1 case, above.
256 mov ecx, JSAMPROW [esi-1*SIZEOF_JSAMPROW] ; inptr1(above)
492 add ecx, byte 1*SIZEOF_XMMWORD ; inptr1(above)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c245 /* Experimental code using the same basic equation as used for Q above
1001 if (m == ABOVE4X4) /* replace above with left if same */
1531 const MODE_INFO *above = here - xd->mode_info_stride; local
1533 const MODE_INFO *aboveleft = above - 1;
1555 if (above->mbmi.ref_frame != INTRA_FRAME)
1557 near_mvs[vcnt].as_int = above->mbmi.mv.as_int;
1558 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, &near_mvs[vcnt], ref_frame_sign_bias);
1559 near_ref[vcnt] = above->mbmi.ref_frame;
1591 /* above in last frame */
1674 * 0-cf above,
[all...]
/external/libvorbis/doc/
H A D08-residue.tex81 as a black box--or cyan box or brown box--in the above figure).
175 \varname{[residue_partition_size]} is as explained above,
431 \item Post decode: Deinterleave the single vector \varname{[v]} returned by format 1 decode as described above into \emph{ch} independent vectors, one for each outputchannel, according to:
H A D07-floor1.tex89 with modifications to the above algorithm to eliminate noise
228 operation above, floor decode is to return 'unused' status as if the
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c246 /* Experimental code using the same basic equation as used for Q above
1002 if (m == ABOVE4X4) /* replace above with left if same */
1532 const MODE_INFO *above = here - xd->mode_info_stride; local
1534 const MODE_INFO *aboveleft = above - 1;
1556 if (above->mbmi.ref_frame != INTRA_FRAME)
1558 near_mvs[vcnt].as_int = above->mbmi.mv.as_int;
1559 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, &near_mvs[vcnt], ref_frame_sign_bias);
1560 near_ref[vcnt] = above->mbmi.ref_frame;
1592 /* above in last frame */
1675 * 0-cf above,
[all...]
/external/blktrace/doc/
H A Dblktrace.tex65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
76 \emph{bt} is the name of the directory from the above git sequence). The
187 tracing of devices. The above could also be accomplished by issuing:
355 \item As noted above, the events are passed up via a series of buffers
476 & & As noted above, specifying \emph{-i -} runs in \emph{live} mode with blktrace \\
742 to help understand some of the outputs and command-line options above.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp347 if (RenderTableCell* above = table()->cellAbove(this)) {
348 left = std::max(left, above->borderHalfLeft(true));
349 right = std::max(right, above->borderHalfRight(true));
433 // Rule #1 above.
442 // Rule #2 above. A style of 'none' has lowest priority and always loses to any other border.
451 // The first part of rule #3 above. Wider borders win.
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h8 // - Redistributions of source code must retain the above copyright notice,
11 // - Redistribution in binary form must reproduce the above copyright
31 // The original source code covered by the above license above has been
220 above = 7,
253 return above;
254 case above:
465 // The relocation writer's position must be kGap bytes above the end of
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas11 1. Redistributions of source code MUST RETAIN the above copyright
13 2. Redistributions in binary form MUST REPRODUCE the above copyright
/external/bison/doc/
H A Drefcard.tex49 % Which mode to use is controlled by setting \columnsperpage above.
359 In the above, {\it t} is a {\it type} defined in the {\tt \%union}
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj_dat.pl201 * 2. Redistributions in binary form must reproduce the above copyright
H A Dobjects.pl152 * 2. Redistributions in binary form must reproduce the above copyright
/external/chromium_org/third_party/icu/source/common/
H A Dubidiwrt.c47 # error reimplement ubidi_writeReordered() for UTF-8, see comment above
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU427 echo If the result of the above commands looks okay to you, go to the directory
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h12 // - Redistributions of source code must retain the above copyright notice,
15 // - Redistribution in binary form must reproduce the above copyright
35 // The original source code covered by the above license above has been
74 above = 7, enumerator in enum:Condition
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x87.cc6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
197 __ j(above, &greater_l);
/external/icu/icu4c/source/common/
H A Dubidiwrt.c47 # error reimplement ubidi_writeReordered() for UTF-8, see comment above
/external/icu/icu4c/source/
H A DrunConfigureICU427 echo If the result of the above commands looks okay to you, go to the directory
/external/openssl/crypto/objects/
H A Dobj_dat.pl204 * 2. Redistributions in binary form must reproduce the above copyright
H A Dobjects.pl155 * 2. Redistributions in binary form must reproduce the above copyright
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc198 __ j(above, &done);
462 __ j(above, &while_true, Label::kNear);
469 __ j(above, &while_true, Label::kNear);
1034 __ j(above, &runtime);
1254 // If none of the above, it can only be retry.
1600 __ setcc(above, rax);
2265 // above the four argument mirror slots and the two
2555 __ j(above, &slow);
2579 __ j(above, &slow);
2805 __ j(above,
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb14 1. Redistributions of source code must retain the above copyright
16 2. Redistributions in binary form must reproduce the above copyright

Completed in 7301 milliseconds

1234567891011>>