/hardware/intel/common/libva/test/videoprocess/ |
D | process.cfg | 2 # 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/ |
D | TODO | 15 last one parsed. 17 continue to fail safely one a fatal error has been returned.
|
/hardware/intel/common/libva/test/basic/ |
D | testplan.txt | 50 - 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/ |
D | variance_altivec.asm | 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.
|
D | copy_altivec.asm | 21 ;# for the input, but only one store for the output.
|
D | sad_altivec.asm | 115 ;# 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/ |
D | usage_dx.dox | 5 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
|
D | libs.doxy_template | 116 # 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 …]
|
D | CHANGELOG | 98 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.
|
D | usage.dox | 168 maps at once with one call. Other applications may set one map at a time,
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 36 # 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/ |
D | vp8_vpxyv12_copyframe_func_neon.asm | 48 ; copy two rows at one time 108 ;copy two rows at one time
|
D | vp8_vpxyv12_copysrcframe_func_neon.asm | 46 ; 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/ |
D | vp8_memcpy_neon.asm | 29 mov r12, r2, lsr #8 ;copy 256 bytes data at one time
|
D | shortfdct_neon.asm | 34 ; Part one 114 ; Part one
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_avx2.c | 18 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()
|
D | vp9_loopfilter_intrin_sse2.c | 21 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()
|
D | vp9_loopfilter_mmx.asm | 504 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/ |
D | CHANGES | 110 * New feature: a script that packs Google Test into one .h and one
|
/hardware/intel/img/libdrm/libdrm/ |
D | config.h.in | 58 /* Define to the one symbol short name of this package. */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | copymem16x16_v6.asm | 36 ;copy one byte each time
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct4x4_add_neon.asm | 157 ; The results are in two registers, one of them being swapped. This will
|
D | vp9_idct32x32_add_neon.asm | 255 ; (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/ |
D | subtract_sse2.asm | 92 mov rcx, 8 ; do two lines at one time
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 208 ; 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.
|