Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 63) sorted by relevance

123

/hardware/intel/common/libva/test/videoprocess/
Dprocess.cfg2 # This application will firstly loads frames(yv12 format in file) to one type of
6 # blending and implicit format conversion(NV12<->YV12<->I420), each time only one
8 # multiply filters execution in one time. you can modify this configure to set the
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DTODO15 last one parsed.
17 continue to fail safely one a fatal error has been returned.
/hardware/intel/common/libva/test/basic/
Dtestplan.txt50 - For each different buffertype, create a buffer, then destroy them one by
51 one.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dvariance_altivec.asm74 ;# 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.
Dcopy_altivec.asm21 ;# for the input, but only one store for the output.
Dsad_altivec.asm115 ;# only one of the inputs should need to be aligned.
123 ;# only one of the inputs should need to be aligned.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage_dx.dox5 decoded images. The decoder expects packets to comprise exactly one image
45 images have been returned. This process may result in zero, one, or many
Dlibs.doxy_template116 # only done if one of the specified strings matches the left-hand part of
127 # definition is used. Otherwise one should specify the include paths that
504 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
531 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
538 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
545 # The EXAMPLE_PATH tag can be used to specify one or more files or
552 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
565 # The IMAGE_PATH tag can be used to specify one or more files or
671 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
777 # that doxygen will group on one line in the generated HTML documentation.
[all …]
DCHANGELOG98 is more computationally intensive than the spatial one.
123 encodes from the same input in one call. Resizing is not yet
125 delineate output streams. Options persist from one stream to the
302 This release focused primarily on one-pass use cases, including
309 Limit size of initial keyframe in one-pass.
Dusage.dox168 maps at once with one call. Other applications may set one map at a time,
/hardware/intel/common/libva/doc/
DDoxyfile36 # Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that a…
40 # With the PROJECT_LOGO tag one can specify an logo or icon that is
123 # only done if one of the specified strings matches the left-hand part of
134 # definition is used. Otherwise one should specify the include paths that
225 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
296 # a logarithmic scale so increasing the size by one will roughly double the
453 # match between the prototype and the implementation of a member function even if there is only one
612 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
640 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
647 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
Dvp8_vpxyv12_copyframe_func_neon.asm48 ; copy two rows at one time
108 ;copy two rows at one time
Dvp8_vpxyv12_copysrcframe_func_neon.asm46 ; copy two rows at one time
160 ;copy two rows at one time
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dvp8_memcpy_neon.asm29 mov r12, r2, lsr #8 ;copy 256 bytes data at one time
Dshortfdct_neon.asm34 ; Part one
114 ; Part one
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_avx2.c18 const __m128i one = _mm_set1_epi8(1); in mb_lpf_horizontal_edge_w_avx2_8() local
136 flat = _mm_subs_epu8(flat, one); in mb_lpf_horizontal_edge_w_avx2_8()
169 flat2 = _mm_subs_epu8(flat2, one); in mb_lpf_horizontal_edge_w_avx2_8()
400 const __m128i one = _mm_set1_epi8(1); in mb_lpf_horizontal_edge_w_avx2_16() local
533 flat = _mm_subs_epu8(flat, one); in mb_lpf_horizontal_edge_w_avx2_16()
559 flat2 = _mm_subs_epu8(flat2, one); in mb_lpf_horizontal_edge_w_avx2_16()
Dvp9_loopfilter_intrin_sse2.c21 const __m128i one = _mm_set1_epi8(1); in mb_lpf_horizontal_edge_w_sse2_8() local
134 flat = _mm_subs_epu8(flat, one); in mb_lpf_horizontal_edge_w_sse2_8()
162 flat2 = _mm_subs_epu8(flat2, one); in mb_lpf_horizontal_edge_w_sse2_8()
382 const __m128i one = _mm_set1_epi8(1); in mb_lpf_horizontal_edge_w_sse2_16() local
526 flat = _mm_subs_epu8(flat, one); in mb_lpf_horizontal_edge_w_sse2_16()
558 flat2 = _mm_subs_epu8(flat2, one); in mb_lpf_horizontal_edge_w_sse2_16()
892 const __m128i one = _mm_set1_epi8(1); in vp9_lpf_horizontal_8_sse2() local
934 flat = _mm_subs_epu8(flat, one); in vp9_lpf_horizontal_8_sse2()
1122 const __m128i one = _mm_set1_epi8(1); in vp9_lpf_horizontal_8_dual_sse2() local
1168 flat = _mm_subs_epu8(flat, one); in vp9_lpf_horizontal_8_dual_sse2()
Dvp9_loopfilter_mmx.asm504 psraw mm5, 1 ; partial shifted one more time for 2nd tap
506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES110 * New feature: a script that packs Google Test into one .h and one
/hardware/intel/img/libdrm/libdrm/
Dconfig.h.in58 /* Define to the one symbol short name of this package. */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dcopymem16x16_v6.asm36 ;copy one byte each time
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_idct4x4_add_neon.asm157 ; The results are in two registers, one of them being swapped. This will
Dvp9_idct32x32_add_neon.asm255 ; (used) two for inputs (regA-regD), one for constants (q15)
262 ; (used) five for intermediate (q8-q12), one for constants (q15)
307 ; This function does one pass of idct32x32 transform.
315 ; is done on demand, one band of four 8x8 matrices at a time. The four
357 ; Load two horizontally consecutive 8x8 16bit data matrices. The first one
358 ; into q0-q7 and the second one into q8-q15. There is a stride of 64,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dsubtract_sse2.asm92 mov rcx, 8 ; do two lines at one time
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm208 ; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
974 ; So, if the op is symmetric and the wrong one is memory, swap them.

123