Searched refs:file (Results 251 - 275 of 290) sorted by relevance

<<1112

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Dvp8_subpixelvariance16x16s_neon.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dvariance_subpixel_altivec.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dfilter_altivec.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dsad_sse3.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dsubpixel_mmx.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Drecon_sse2.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dsubpixel_sse2.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dsubpixel_ssse3.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dvariance_impl_mmx.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dvariance_impl_sse2.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
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_iht8x8_add_neon.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dvp9_mb_lpf_neon.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dvp9_reconintra_neon.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
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/x86/
H A Dvp9_loopfilter_mmx.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dvp9_postproc_sse2.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dvp9_subpixel_8t_sse2.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dvp9_subpixel_8t_ssse3.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
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_variance_impl_mmx.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c6 * you may not use this file except in compliance with the License.
25 * @file G711DecTest.c
27 * This file contains the test application code that invokes the component.
97 char file[500][50]= {""}; variable
535 /* check to see that the input file exists */
539 APP_DPRINT( "Cannot find file %s. (%u)\n", argv[1], errno);
543 /* Open the file of data to be rendered. */
546 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]);
553 APP_DPRINT( "Error: failed to create the output file %s\n", argv[2]);
684 printf ("\n****** Decoding the file
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c6 * you may not use this file except in compliance with the License.
25 * @file AmrEnc_Test.c
27 * This file implements NBAMR Encoder Component Test Application to verify
51 *! This is newest file
193 char file[500][50]; variable
215 strcpy(file[e],s);
216 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e);
229 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
233 strcpy(file[q],"");
582 /* check to see that the input file exist
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c6 * you may not use this file except in compliance with the License.
25 * @file PcmEncTest.c
27 * This file implements Test for PCM encoder OMX Component, which is fully
148 char file[500][50]; variable
588 /* check to see that the input file exists */
592 APP_DPRINT( "Cannot find file %s. (%u)\n", argv[1], errno);
596 /* Open the file of data to be rendered. */
598 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]);
605 APP_DPRINT("file is %x\n",fIn);
610 APP_DPRINT( "Error: failed to create the output file
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c6 * you may not use this file except in compliance with the License.
25 * @file WbAmrEnc_Test.c
27 * This file implements WBAMR Encoder Component Specific APIs and its functionality
41 *! This is newest file
175 char file[500][50]; variable
197 strcpy(file[e], s);
198 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e);
213 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q], dp, line, s);
217 strcpy(file[q], "");
563 /* check to see that the input file exist
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c6 * you may not use this file except in compliance with the License.
25 * @file PcmEncTest.c
27 * This file implements Test for PCM encoder OMX Component, which is fully
111 char file[500][50]; variable
552 /* check to see that the input file exists */
556 APP_DPRINT( "Cannot find file %s. (%u)\n", argv[1], errno);
573 /* Open the file of data to be rendered. */
576 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]);
582 APP_DPRINT( "Error: failed to create the output file %s\n", argv[2]);
709 printf ("=Decoding the file
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c29 * @file OMX_G711Decoder.c
31 * This file implements OMX Component for G711 decoder that
81 extern char file[500][50] = {""}; variable
93 * EXTERNAL REFERENCES NOTE : only use if not found in header file
2020 strcpy(file[e],s);
2021 G711DEC_PRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e);
2030 G711DEC_PRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
2034 strcpy(file[q],"");

Completed in 979 milliseconds

<<1112