/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/ |
D | NetlinkServer.cpp | 187 if (i->second->detached == false) { in ~NetlinkServer() 188 delete i->second; in ~NetlinkServer() 202 return i->second; in findConnection() 240 connection = i->second; in cleanupConnections()
|
/hardware/ti/omap4-aah/camera/inc/ |
D | NV12_resize.h | 46 mmInt32 second; member 56 mmInt32 second; member
|
/hardware/ti/omap4xxx/camera/inc/ |
D | NV12_resize.h | 34 mmInt32 second; member 45 mmInt32 second; member
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
D | TrustletSession.cpp | 59 delete (*it).second; in ~TrustletSession() 118 CWsm_ptr pWsm = buffers.begin()->second; in popBulkBuff()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/ |
D | vp8_vpxyv12_copysrcframe_func_neon.asm | 39 add r10, r2, r6 ;second row src 40 add r11, r3, r7 ;second row dst 150 add r10, r2, r6 ;second row src 151 add r11, r3, r7 ;second row dst 250 addne r10, r2, r10 ;second row src 251 addne r11, r3, r11 ;second row dst
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_sad4d_sse2.asm | 15 ; PROCESS_4x2x4 first, off_{first,second}_{src,ref}, advance_at_end 62 ; PROCESS_8x2x4 first, off_{first,second}_{src,ref}, advance_at_end 107 ; PROCESS_16x2x4 first, off_{first,second}_{src,ref}, advance_at_end 158 ; PROCESS_32x2x4 first, off_{first,second}_{src,ref}, advance_at_end 164 ; PROCESS_64x2x4 first, off_{first,second}_{src,ref}, advance_at_end
|
/hardware/intel/bootstub/ |
D | bootimg.h | 91 void *second, unsigned second_size,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | filter_altivec.asm | 401 ;# just skip to the second pass. 441 ;# if the second filter is not null then need to back off by 2*pitch 461 ;# if the second filter is not null then need to back off by 2*pitch 803 ;# These statements are guessing that there won't be a second pass, 816 ;# if the second filter is not null then need to back off by 2*pitch 903 ;# yes there is, so go to the second pass
|
D | idctllm_altivec.asm | 86 ;# second pass
|
D | sad_altivec.asm | 91 ;# compute difference on second row
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 226 unsigned int second; \ 230 CHECK_BETTER(second, tr + kr, tc + 2 * kc); \ 231 CHECK_BETTER(second, tr + 2 * kr, tc + kc); \ 234 CHECK_BETTER(second, tr + hstep, tc + 2 * kc); \ 235 CHECK_BETTER(second, tr - hstep, tc + 2 * kc); \ 239 CHECK_BETTER(second, tr + hstep, tc + kc); \ 243 CHECK_BETTER(second, tr - hstep, tc + kc); \ 248 CHECK_BETTER(second, tr + 2 * kr, tc + hstep); \ 249 CHECK_BETTER(second, tr + 2 * kr, tc - hstep); \ 253 CHECK_BETTER(second, tr + kr, tc + hstep); \ [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/ |
D | TODO | 19 parser should return a generic tree of nodes that a second pass uses to
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | subtract_neon.asm | 71 add r5, r0, #16 ; second diff pointer 120 add r7, r0, #16 ; second diff pointer
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | idctllm_sse2.asm | 198 ; transpose for the second pass 231 ; second pass 535 ; transpose for the second pass 568 ; second pass
|
D | variance_impl_ssse3.asm | 30 ;Note: The filter coefficient at offset=0 is 128. Since the second register
|
D | loopfilter_block_sse2.asm | 217 ; second set 556 ; second set
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | sixtappredict8x4_v6.asm | 24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data … 121 ;second pass filter
|
D | filter_v6.asm | 95 ; will make second pass filtering easier. 185 ; will make second pass filtering easier. 278 ; will make second pass filtering easier.
|
D | bilinearfilter_v6.asm | 25 ; The output is transposed stroed in output array to make it easy for second pass filtering.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | iwalsh_neon.asm | 43 ; second for loop
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_1_add_neon.asm | 77 add r3, r1, #16 ; r3 dest + 16 for second loop
|
D | vp9_idct32x32_add_neon.asm | 311 ; rows. In the second pass, after the transposition, the colums are the 326 ; results of the second pass (transpose and transform columns) 358 ; into q0-q7 and the second one into q8-q15. There is a stride of 64, 1139 ; parameters for second pass
|
/hardware/ril/include/telephony/ |
D | ril_cdma_sms.h | 630 unsigned char second; /* 0x00-0x59 */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | fwalsh_sse2.asm | 66 ; second for loop
|
D | dct_mmx.asm | 114 ; transpose for the second stage
|