Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsubtract_test.cc21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
36 BLOCK be; in TEST_P() local
47 be.src_diff = reinterpret_cast<int16_t*>( in TEST_P()
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff))); in TEST_P()
54 be.src = 0; in TEST_P()
55 be.base_src = &source; in TEST_P()
56 be.src_stride = kSrcStride[i]; in TEST_P()
59 int16_t *src_diff = be.src_diff; in TEST_P()
68 uint8_t *base_src = *be.base_src; in TEST_P()
73 base_src += be.src_stride; in TEST_P()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.doxy_template5 ## that can be found in the LICENSE file in the root of the source
6 ## tree. An additional intellectual property rights grant can be found
8 ## be found in the AUTHORS file in the root of the source tree.
14 # This file describes the settings to be used by the documentation system
17 # All text after a hash (#) is considered a comment and will be ignored
20 # For lists items can also be appended using:
22 # Values that contain spaces should be placed between quotes (" ")
42 # base path where the generated documentation will be put.
43 # If a relative path is entered, it will be relative to the location
44 # where doxygen was started. If left blank the current directory will be used.
[all …]
Dusage.dox32 size, and thus can be allocated with automatic storage or dynamically
36 instances are codec specific. That is, the codec to be used for the encoded
37 video must be known at initialization time. See #vpx_codec_ctx_t for further
56 capabilities, of an algorithm can be queried from it's interface by using
72 on the \ref usage_features that the codec supports, the codec could be
78 the ABI is versioned. The ABI version number must be passed at
96 The semantics of how each error condition should be processed is clearly
97 defined in the definitions of each enumerated value. Error values can be
101 whereas vpx_codec_err_to_string() can be used in cases where an error occurs
102 outside any context. The enumerated value returned from the last call can be
[all …]
DREADME13 * All x86 targets require the Yasm[1] assembler be installed.
14 * All Windows builds require that Cygwin[2] be installed.
21 available, a compatible version of sha1sum can be built from
43 The 'configure' script supports a number of options. The --help option can be
49 most up-to-date list of supported targets can be found at the bottom of the
119 can be used to cross compile architectures that aren't explicitly listed, if
122 toolchain, the following command could be used (note, POSIX SH syntax, adapt
127 In addition, the executables to be invoked can be overridden by specifying the
128 environment variables: CC, AR, LD, AS, STRIP, NM. Additional flags can be
Dkeywords.dox5 "OPTIONAL" in this document are to be interpreted as described in
25 particular item, but the full implications must be understood and
33 implications should be understood and the case carefully weighed
42 An implementation which does not include a particular option \ref MUST be
46 \ref MUST be prepared to interoperate with another implementation which
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_sse2() argument
38 unsigned char *z = *(be->base_src) + be->src; in vp8_subtract_b_sse2()
39 unsigned int src_stride = be->src_stride; in vp8_subtract_b_sse2()
40 short *diff = &be->src_diff[0]; in vp8_subtract_b_sse2()
Dvp8_enc_stubs_mmx.c71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_mmx() argument
73 unsigned char *z = *(be->base_src) + be->src; in vp8_subtract_b_mmx()
74 unsigned int src_stride = be->src_stride; in vp8_subtract_b_mmx()
75 short *diff = &be->src_diff[0]; in vp8_subtract_b_mmx()
Dtemporal_filter_apply_sse2.asm5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/libva/doc/
DDoxyfile3 # This file describes the settings to be used by the documentation system
6 # All text after a hash (#) is considered a comment and will be ignored.
9 # For lists items can also be appended using:
11 # Values that contain spaces should be placed between quotes (" ").
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
31 # This could be handy for archiving the generated documentation or
48 # base path where the generated documentation will be put.
49 # If a relative path is entered, it will be relative to the location
50 # where doxygen was started. If left blank the current directory will be used.
57 # Enabling this option can be useful when feeding doxygen a huge amount of
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dcopy_altivec.asm5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
19 ;# Make the assumption that input will not be aligned,
20 ;# but the output will be. So two reads and a perm
Dfilter_bilinear_altivec.asm5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
Dvariance_subpixel_altivec.asm5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dmem_ops_aligned.h89 #define mem_get_be_aligned_generic(sz) mem_get_ne_aligned_generic(be,sz)
90 #define mem_get_sbe_aligned_generic(sz) mem_get_sne_aligned_generic(be,sz)
93 #define mem_put_be_aligned_generic(sz) mem_put_ne_aligned_generic(be,sz)
96 #define mem_get_be_aligned_generic(sz) mem_get_se_aligned_generic(be,sz)
97 #define mem_get_sbe_aligned_generic(sz) mem_get_sse_aligned_generic(be,sz)
100 #define mem_put_be_aligned_generic(sz) mem_put_se_aligned_generic(be,sz)
Demms.asm5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeintra.c55 BLOCK *be = &x->block[ib]; in vp8_encode_intra4x4block() local
65 vp8_subtract_b(be, b, 16); in vp8_encode_intra4x4block()
67 x->short_fdct4x4(be->src_diff, be->coeff, 32); in vp8_encode_intra4x4block()
69 x->quantize_b(be, b); in vp8_encode_intra4x4block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/x86-msvs/
Dobj_int_extract.bat4 REM that can be found in the LICENSE file in the root of the source
5 REM tree. An additional intellectual property rights grant can be found
7 REM be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/libva/test/videoprocess/
Dprocess.cfg4 #(NV12/YV12/I420 surface) will be stored to frames(yv12 format in file).
7 # kind of processing will be executed in test application, although libva supports
23 #3.How many frames to be processed
33 #default value will be applied then.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dsave_reg_neon.asm5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
Dshortidct4x4llm_neon.asm5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_save_reg_neon.asm5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/arm-msvs/
Dobj_int_extract.bat4 REM that can be found in the LICENSE file in the root of the source
5 REM tree. An additional intellectual property rights grant can be found
7 REM be found in the AUTHORS file in the root of the source tree.
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT14 product(s) sold by Broadcom with which the Software was designed to be used,
33 designed to be compliant with any published communications standard
36 Software or the accompanying Broadcom Products to be incompatible with such
89 provide any support for the Software. Broadcom may, but shall be under no
124 information is identified as confidential or should be recognized as
136 Information shall not be considered Confidential Information if and to the
148 of Licensee shall be and remain the property of Broadcom, and shall be
173 7.2 Assignment. This Agreement shall be binding upon and inure to the
178 attempted assignment shall be void. Notwithstanding the foregoing, Licensee
183 7.3. Governing Law; Venue. This Agreement shall be governed by the laws of
[all …]
/hardware/invensense/60xx/libsensors_iio/
DLicense.txt14 product(s) sold by InvenSense with which the Software was designed to be used,
33 designed to be compliant with any published communications standard
36 Software or the accompanying InvenSense Products to be incompatible with such
89 provide any support for the Software. InvenSense may, but shall be under no
124 information is identified as confidential or should be recognized as
136 Information shall not be considered Confidential Information if and to the
148 of Licensee shall be and remain the property of InvenSense, and shall be
173 7.2 Assignment. This Agreement shall be binding upon and inure to the
178 attempted assignment shall be void. Notwithstanding the foregoing, Licensee
183 7.3. Governing Law; Venue. This Agreement shall be governed by the laws of
[all …]
/hardware/invensense/6515/libsensors_iio/
DLicense.txt14 product(s) sold by InvenSense with which the Software was designed to be used,
33 designed to be compliant with any published communications standard
36 Software or the accompanying InvenSense Products to be incompatible with such
89 provide any support for the Software. InvenSense may, but shall be under no
124 information is identified as confidential or should be recognized as
136 Information shall not be considered Confidential Information if and to the
148 of Licensee shall be and remain the property of InvenSense, and shall be
173 7.2 Assignment. This Agreement shall be binding upon and inure to the
178 attempted assignment shall be void. Notwithstanding the foregoing, Licensee
183 7.3. Governing Law; Venue. This Agreement shall be governed by the laws of
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_temporal_filter_apply_sse2.asm5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.

12345678910>>...12