Searched refs:be (Results 1 - 25 of 187) sorted by relevance

12345678

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dsubtract_test.cc5 * 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.
21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
36 BLOCK be; local
47 be.src_diff = reinterpret_cast<int16_t*>(
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
54 be.src = 0;
55 be.base_src = &source;
56 be
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c5 * 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.
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
38 unsigned char *z = *(be->base_src) + be->src;
39 unsigned int src_stride = be->src_stride;
40 short *diff = &be->src_diff[0];
H A Dvp8_enc_stubs_mmx.c5 * 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.
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) argument
73 unsigned char *z = *(be->base_src) + be->src;
74 unsigned int src_stride = be->src_stride;
75 short *diff = &be->src_diff[0];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A 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
H A Dplatform_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.
H A Dsad_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.
56 lvsl v3, 0, r5 ;# only needs to be done once per block
115 ;# only one of the inputs should need to be aligned.
123 ;# only one of the inputs should need to be aligned.
H A Dvariance_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.
52 ;# can be used. Only have a half word signed
74 ;# only one of the inputs should need to be aligned.
107 ;# only one of the inputs should need to be aligned.
115 ;# only one of the inputs should need to be aligned.
206 ;# only one of the inputs should need to be aligned.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A 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.
H A Dmem_ops_aligned.h5 * 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.
89 #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)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
12 # expects to be made from a parent directory.
/hardware/qcom/media/mm-video-v4l2/DivxDrmDecrypt/
H A DAndroid.mk5 # Deploy the headers that can be exposed
/hardware/ti/omap4-aah/hwc/
H A Dhal_public.h12 * The above copyright notice and this permission notice shall be included in
36 /* This can be tuned down as appropriate for the SOC.
40 * Future OEM video formats might be three sub-allocs (Y, U, V planes).
48 /* These fields can be sent cross process. They are also valid
77 * the same stamp. As the native_handle can be dup(2)'d, there could be
179 #error GRALLOC_USAGE_SYSTEM_HEAP should only be defined by hal_public.h
185 #error GRALLOC_USAGE_PHYS_CONTIG should only be defined by hal_public.h
H A DAndroid.mk1 # HWC under heavy development and should not be included in builds for now
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeintra.c5 * 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.
55 BLOCK *be = &x->block[ib]; local
65 vp8_subtract_b(be, b, 16);
67 x->short_fdct4x4(be->src_diff, be->coeff, 32);
69 x->quantize_b(be, b);
/hardware/ti/omap4xxx/hwc/
H A DAndroid.mk1 # HWC under heavy development and should not be included in builds for now
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Ddequantize_v6.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.
H A Dcopymem8x4_v6.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.
H A Dcopymem8x8_v6.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.
H A Ddc_only_idct_add_v6.asm5 ; grant that can be found in the LICENSE file in the root of the source
6 ; tree. All contributing project authors may be found in the AUTHORS
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_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/vp8/encoder/ppc/
H A Drdopt_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/vp9/common/arm/neon/
H A Dvp9_copy_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/encoder/x86/
H A Dvp9_error_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/utils/ituxd/
H A DAndroid.mk16 # WARNING: Everything listed here will be built on ALL platforms,
17 # including x86, the emulator, and the SDK. Modules must be uniquely
/hardware/intel/common/utils/ituxd/jni/
H A DAndroid.mk16 # WARNING: Everything listed here will be built on ALL platforms,
17 # including x86, the emulator, and the SDK. Modules must be uniquely

Completed in 555 milliseconds

12345678