/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | dct16x16_test.cc | 85 double intermediate[16]; in butterfly_16x16_dct_1d() local 202 intermediate[8] = step[8] + step[14]; in butterfly_16x16_dct_1d() 203 intermediate[9] = step[9] + step[15]; in butterfly_16x16_dct_1d() 205 temp1 = intermediate[8] * C12; in butterfly_16x16_dct_1d() 206 temp2 = intermediate[9] * C4; in butterfly_16x16_dct_1d() 210 temp1 = intermediate[8] * C4; in butterfly_16x16_dct_1d() 211 temp2 = intermediate[9] * C12; in butterfly_16x16_dct_1d() 217 intermediate[11] = step[10] - step[11]; in butterfly_16x16_dct_1d() 218 intermediate[12] = step[12] + step[13]; in butterfly_16x16_dct_1d() 219 intermediate[13] = step[12] - step[13]; in butterfly_16x16_dct_1d() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/ |
D | libvpx.mk | 84 vp8/encoder/vp8_asm_enc_offsets.intermediate \ 85 vpx_scale/vpx_scale_asm_offsets.intermediate \ 98 $(COMPILE_TO_S) : $(libvpx_intermediates)/%.intermediate : $(libvpx_source_dir)/%.c 106 $(OFFSETS_GEN) : %.asm : %.intermediate
|
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/ |
D | CMakeLists.txt | 12 # configured documentation tools and intermediate build results
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 55 int16_t intermediate[4 * 4]; in vp9_fdct4x4_c() local 57 int16_t *out = intermediate; in vp9_fdct4x4_c() 98 in = intermediate; in vp9_fdct4x4_c() 245 int16_t intermediate[64]; in vp9_fdct8x8_c() local 249 int16_t *output = intermediate; in vp9_fdct8x8_c() 308 fdct8(&intermediate[i * 8], &final_output[i * 8]); in vp9_fdct8x8_c() 323 int16_t intermediate[256]; in vp9_fdct16x16_c() local 325 int16_t *out = intermediate; in vp9_fdct16x16_c() 487 in = intermediate; in vp9_fdct16x16_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | idct_v6.asm | 73 ; use input buffer to store intermediate results
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_add_neon.asm | 262 ; (used) five for intermediate (q8-q12), one for constants (q15) 270 ; (used) six for intermediate (q8-q12, q15) 274 ; (used) four for intermediate (q8-q11) 443 ; storing/loading of intermediate results. To fit within registers, the
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | sixtappredict8x4_neon.asm | 231 vqrshrun.s16 d29, q11, #7 ;load intermediate data from stack
|
D | sixtappredict8x8_neon.asm | 246 vld1.u8 {q9}, [lr]! ;load intermediate data from stack
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_dct32x32_avx2.c | 48 DECLARE_ALIGNED(32, int16_t, intermediate[32 * 32]); in FDCT32x32_2D_AVX2() 230 int16_t *in = &intermediate[column_start]; in FDCT32x32_2D_AVX2() 2579 output_currStep = &intermediate[column_start * 32]; in FDCT32x32_2D_AVX2() 2580 output_nextStep = &intermediate[(column_start + 8) * 32]; in FDCT32x32_2D_AVX2()
|
D | vp9_dct_sse2.c | 1180 DECLARE_ALIGNED_ARRAY(16, int16_t, intermediate, 256); in vp9_fdct16x16_sse2() 1182 int16_t *out = intermediate; in vp9_fdct16x16_sse2() 1791 in = intermediate; in vp9_fdct16x16_sse2()
|
D | vp9_dct_avx2.c | 1079 DECLARE_ALIGNED_ARRAY(16, int16_t, intermediate, 256); in vp9_fdct16x16_avx2() 1081 int16_t *out = intermediate; in vp9_fdct16x16_avx2() 1690 in = intermediate; in vp9_fdct16x16_avx2()
|
D | vp9_dct32x32_sse2.c | 39 DECLARE_ALIGNED(16, int16_t, intermediate[32 * 32]); in FDCT32x32_2D() 221 int16_t *in = &intermediate[column_start]; in FDCT32x32_2D() 2570 output = &intermediate[column_start * 32]; in FDCT32x32_2D()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.doxy_template | 1296 # remove the intermediate dot files that are used to generate
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 1676 # remove the intermediate dot files that are used to generate
|
/hardware/bsp/intel/peripheral/sensors/mraa/doc/ |
D | Doxyfile | 2349 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | Doxyfile.java.in | 2327 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
|
D | Doxyfile.in | 2365 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | Doxyfile.in | 2341 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
|
D | Doxyfile.java.in | 2318 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
|