/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/ |
D | hmm_intrnl.h | 25 #define U(BASE) HMM_UNIQUE(BASE) macro 29 ((U(size_bau)) ~ (((U(size_bau)) ~ (U(size_bau)) 0) >> 1)) 33 (((char *) (PTR)) + ((AAU_OFFSET) * ((U(size_aau)) HMM_ADDR_ALIGN_UNIT))) 37 (((char *) (PTR)) - ((AAU_OFFSET) * ((U(size_aau)) HMM_ADDR_ALIGN_UNIT))) 41 AAUS_FORWARD((PTR), (BAU_OFFSET) * ((U(size_aau)) HMM_BLOCK_ALIGN_UNIT)) 45 AAUS_BACKWARD((PTR), (BAU_OFFSET) * ((U(size_aau)) HMM_BLOCK_ALIGN_UNIT)) 121 void U(into_free_collection)(U(descriptor) *desc, head_record *head_ptr); 123 void U(out_of_free_collection)(U(descriptor) *desc, head_record *head_ptr); 125 void *U(alloc_from_bin)( 126 U(descriptor) *desc, ptr_record *bin_front_ptr, U(size_bau) n_baus); [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/ |
D | hmm_largest.c | 18 U(size_aau) U(largest_available)(U(descriptor) *desc) { in U() function 19 U(size_bau) largest; in U() 32 U(avl_search)( in U() 33 (U(avl_avl) *) & (desc->avl_tree_root), in U() 34 (U(size_bau)) ~(U(size_bau)) 0, AVL_LESS))); in U() 39 register U(size_bau) lf_size; in U() 55 ((largest * ((U(size_aau)) HMM_BLOCK_ALIGN_UNIT)) - HEAD_AAUS) : in U()
|
D | hmm_base.c | 18 void U(init)(U(descriptor) *desc) { in U() function 26 void U(dll_remove)( in U() function 37 void U(into_free_collection)( in U() function 39 U(descriptor) *desc, in U() 45 U(avl_insert)((U(avl_avl) *) & (desc->avl_tree_root), ptr_rec_ptr); in U() 71 void *U(alloc_from_bin)( in U() function 73 U(descriptor) *desc, in U() 79 U(size_bau) n_baus) { in U() 81 U(size_bau) rem_baus; in U() 95 U(dll_remove)(ptr_rec_ptr); in U() [all …]
|
D | hmm_alloc.c | 18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) { in U() function 30 U(into_free_collection)(desc, (head_record *)(desc->last_freed)); in U() 49 U(avl_search)( in U() 50 (U(avl_avl) *) & (desc->avl_tree_root), (U(size_bau)) n, in U() 56 U(alloc_from_bin)(desc, ptr_rec_ptr, (U(size_bau)) n) : 0); in U()
|
D | hmm_resize.c | 18 int U(resize)(U(descriptor) *desc, void *mem, U(size_aau) n) { in U() function 19 U(size_aau) i; in U() 70 U(out_of_free_collection)(desc, next_head_ptr); in U() 73 (head_record *) BAUS_FORWARD(head_ptr, (U(size_bau)) i); in U() 94 rem_head_ptr->previous_block_size = (U(size_bau)) n; in U() 95 rem_head_ptr->block_size = (U(size_bau)) i; in U() 102 U(into_free_collection)(desc, (head_record *)(desc->last_freed)); in U() 110 head_ptr->block_size = (U(size_bau)) n; in U() 111 next_head_ptr->previous_block_size = (U(size_bau)) i; in U()
|
D | hmm_shrink.c | 18 void U(shrink_chunk)(U(descriptor) *desc, U(size_bau) n_baus_to_shrink) { in U() function 40 U(size_bau) bs = BLOCK_BAUS(last_block); in U() 50 (n_baus_to_shrink <= (U(size_bau))(bs - MIN_BLOCK_BAUS)); in U() 55 (U(size_bau))(bs + DUMMY_END_BLOCK_BAUS)))) { in U() 80 U(into_free_collection)(desc, last_block); in U()
|
D | hmm_grow.c | 18 void U(grow_chunk)(U(descriptor) *desc, void *end, U(size_bau) n_baus) { in U() function 46 U(free)(desc, HEAD_TO_PTR_REC(end)); in U()
|
D | hmm_true.c | 18 U(size_aau) U(true_size)(void *payload_ptr) { in U() function 29 (BLOCK_BAUS(head_ptr) * ((U(size_aau)) HMM_BLOCK_ALIGN_UNIT)) - in U()
|
/hardware/libhardware/modules/input/evdev/ |
D | InputDeviceManager.h | 51 template<class T, class U> 52 using DeviceMap = std::unordered_map<std::shared_ptr<T>, std::shared_ptr<U>>;
|
/hardware/bsp/intel/peripheral/libupm/src/lpd8806/ |
D | ._pyupm_lpd8806.i | 1 Mac OS X 2��ATTRU�…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_postproc.c | 882 int Y = 0, U = 0, V = 0; in vp9_post_proc_frame() 900 U = B_PREDICTION_MODE_colors[bmi->as_mode][1]; in vp9_post_proc_frame() 903 vp9_blend_b(yl + bx, ul + (bx >> 1), vl + (bx >> 1), Y, U, V, in vp9_post_proc_frame() 915 U = MB_PREDICTION_MODE_colors[mi->mbmi.mode][1]; in vp9_post_proc_frame() 919 Y, U, V, 0xc000, y_stride); in vp9_post_proc_frame() 946 int Y = 0, U = 0, V = 0; in vp9_post_proc_frame() 950 U = MV_REFERENCE_FRAME_colors[mi->mbmi.ref_frame][1]; in vp9_post_proc_frame() 954 Y, U, V, 0xc000, y_stride); in vp9_post_proc_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | postproc.c | 1098 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local 1119 U = B_PREDICTION_MODE_colors[bmi->as_mode][1]; in vp8_post_proc_frame() 1123 (yl+bx, ul+(bx>>1), vl+(bx>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame() 1136 U = MB_PREDICTION_MODE_colors[mi->mbmi.mode][1]; in vp8_post_proc_frame() 1140 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame() 1170 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local 1175 U = MV_REFERENCE_FRAME_colors[mi->mbmi.ref_frame][1]; in vp8_post_proc_frame() 1179 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 837 lvx \V, 0, r0 ;# mask to concatenate active U,V pels 840 .macro hread_uv Dest, U, V, Offs, VMask 841 lvx \U, \Offs, r3 843 vperm \Dest, \U, \V, \VMask ;# Dest = active part of U then V 846 .macro hwrite_uv New, U, V, Offs, Umask, Vmask 847 vperm \U, \New, \U, \Umask ;# Combine new pels with siblings 849 stvx \U, \Offs, r3 ;# Write to frame buffer 853 ;# Process U,V in parallel.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/ |
D | vp8_vpxyv12_copysrcframe_func_neon.asm | 142 ;Copy U & V planes 210 ;copy last line for U & V if uv_height is odd
|
D | vp8_vpxyv12_copyframe_func_neon.asm | 96 ;Copy U & V planes
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 693 template <GTEST_10_TYPENAMES_(U)> friend class tuple; \ 856 template <GTEST_1_TYPENAMES_(U)> 857 tuple(const GTEST_1_TUPLE_(U)& t) : f0_(t.f0_) {} 861 template <GTEST_1_TYPENAMES_(U)> 862 tuple& operator=(const GTEST_1_TUPLE_(U)& t) { 868 template <GTEST_1_TYPENAMES_(U)> 869 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { 889 template <GTEST_2_TYPENAMES_(U)> 890 tuple(const GTEST_2_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_) {} 896 template <GTEST_2_TYPENAMES_(U)> [all …]
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 404 const int U = surface_image.format.fourcc == VA_FOURCC_I420 ? 1 : 2; in upload_yuv_to_surface() local 407 u_dst = surface_p + surface_image.offsets[U]; in upload_yuv_to_surface() 413 u_dst += surface_image.pitches[U]; in upload_yuv_to_surface()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_subtract_armv6.asm | 88 ; Subtract U block
|
/hardware/qcom/msm8994/kernel-headers/sound/ |
D | asound.h | 962 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U)
|
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
D | asound.h | 944 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
D | asound.h | 969 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U)
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | asound.h | 943 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | asound.h | 955 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */
|
/hardware/qcom/msm8x84/kernel-headers/sound/ |
D | asound.h | 961 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U)
|
/hardware/qcom/msm8x26/kernel-headers/sound/ |
D | asound.h | 961 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U)
|