Searched refs:store (Results 251 - 275 of 835) sorted by last modified time

<<11121314151617181920>>

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c4822 extern void vp8_push_neon(int64_t *store);
4823 extern void vp8_pop_neon(int64_t *store);
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dencodemb_altivec.asm56 stvx v3, 0, r3 ;# store out diff
65 stvx v3, r10, r3 ;# store out diff
93 stvx v3, 0, r3 ;# store out diff
102 stvx v3, r10, r3 ;# store out diff
138 stvx v3, 0, r3 ;# store out diff
145 stvx v3, r10, r3 ;# store out diff
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.asm203 ; store qcoeff
207 ; store dqcoeff
230 mov BYTE PTR [rcx], al ; store eob
H A Dquantize_ssse3.asm83 movdqa xmm2, xmm1 ;store y for getting eob
108 movdqa [rcx], xmm0 ;store dqcoeff
109 movdqa [rcx + 16], xmm4 ;store dqcoeff
118 mov BYTE PTR [rcx], al ;store eob
H A Dsubtract_sse2.asm193 movdqa [rdi], xmm0 ; store difference
194 movdqa [rdi +16], xmm2 ; store difference
227 movdqa [rdi], xmm0 ; store difference
228 movdqa [rdi +16], xmm2 ; store difference
H A Dtemporal_filter_apply_sse2.asm63 ; dup the filter weight and store for later
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_convolve8_avg_neon.asm134 sub r2, r2, r3, lsl #2 ; reset for store
276 sub r5, r5, r3, lsl #1 ; reset for store
H A Dvp9_idct16x16_add_neon.asm257 ; store the data
625 vst1.64 {d12}, [r9], r8 ; store the data
626 vst1.64 {d13}, [r9], r8 ; store the data
639 vst1.64 {d12}, [r9], r8 ; store the data
640 vst1.64 {d13}, [r9], r8 ; store the data
657 vst1.64 {d12}, [r9], r8 ; store the data
658 vst1.64 {d13}, [r9], r8 ; store the data
671 vst1.64 {d12}, [r9], r8 ; store the data
672 vst1.64 {d13}, [r9], r8 ; store the data
678 ; store th
[all...]
H A Dvp9_idct16x16_neon.c34 extern void vp9_push_neon(int64_t *store);
35 extern void vp9_pop_neon(int64_t *store);
H A Dvp9_idct32x32_add_neon.asm126 ; store back into dest[j * dest_stride + 0-31]
160 ; store back into dest[j * dest_stride + 0-31]
194 ; store back into dest[j * dest_stride + 0-31]
228 ; store back into dest[j * dest_stride + 0-31]
H A Dvp9_iht8x8_add_neon.asm686 ; store the data
H A Dvp9_loopfilter_neon.asm69 vst1.u8 {d4}, [r2@64], r1 ; store op1
70 vst1.u8 {d5}, [r3@64], r1 ; store op0
71 vst1.u8 {d6}, [r2@64], r1 ; store oq0
72 vst1.u8 {d7}, [r3@64], r1 ; store oq1
144 ;store op1, op0, oq0, oq1
165 ; necessary load, transpose (if necessary) and store. The function does not use
322 vst1.u8 {d0}, [r2@64], r1 ; store op2
323 vst1.u8 {d1}, [r3@64], r1 ; store op1
324 vst1.u8 {d2}, [r2@64], r1 ; store op0
325 vst1.u8 {d3}, [r3@64], r1 ; store oq
[all...]
H A Dvp9_mb_lpf_neon.asm62 ; flat && mask were not set for any of the channels. Just store the values
66 vst1.u8 {d25}, [r8@64], r1 ; store op1
67 vst1.u8 {d24}, [r8@64], r1 ; store op0
68 vst1.u8 {d23}, [r8@64], r1 ; store oq0
69 vst1.u8 {d26}, [r8@64], r1 ; store oq1
77 ; flat2 was not set for any of the channels. Just store the values from
82 vst1.u8 {d18}, [r8@64], r1 ; store op2
83 vst1.u8 {d19}, [r8@64], r1 ; store op1
84 vst1.u8 {d20}, [r8@64], r1 ; store op0
85 vst1.u8 {d21}, [r8@64], r1 ; store oq
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_intrapred_ssse3.asm124 ; store 4 lines
153 ; store 4 lines
164 ; store next 4 lines
333 ; store 4 lines
359 ; store 4 lines
370 ; store 4 lines
H A Dvp9_postproc_mmx.asm235 mov DWORD PTR [rdi+rdx-4], eax ; store previous four bytes
503 movq [rsi+rax],mm1 ; store the result
H A Dvp9_postproc_sse2.asm217 movq QWORD PTR [rdi+rdx-8], mm0 ; store previous four bytes
668 movdqu [rsi+rax],xmm1 ; store the result
H A Dvp9_subpixel_8t_sse2.asm113 movdqa k0, xmm0 ;store filter factors on stack
H A Dvp9_subpixel_bilinear_sse2.asm97 movq [rdi], xmm0 ;store the result
127 movdqu [rdi], xmm0 ;store the result
H A Dvp9_subpixel_bilinear_ssse3.asm82 movq [rdi], xmm0 ;store the result
105 movdqu [rdi], xmm0 ;store the result
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm59 ; accumulate horizontally and store in return value
H A Dvp9_subpel_variance.asm102 movd [r1], m7 ; store sse
104 movd rax, m6 ; store sum as return value
113 movd [r1], m7 ; store sse
116 movd rax, m6 ; store sum as return value
1041 ; have a 1-register shortage to be able to store the backup of the bilin
H A Dvp9_temporal_filter_apply_sse2.asm63 ; dup the filter weight and store for later
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm322 ; store registers 6-n on the stack
/external/libxml2/
H A Dtimsort.h281 TIM_SORT_MERGE(dst, run_stack, stack_curr, store); \
285 if (store->storage != NULL)\
287 free(store->storage);\
288 store->storage = NULL;\
319 static void TIM_SORT_RESIZE(TEMP_STORAGE_T *store, const size_t new_size) argument
321 if (store->alloc < new_size)
323 SORT_TYPE *tempstore = (SORT_TYPE *)realloc(store->storage, new_size * sizeof(SORT_TYPE));
329 store->storage = tempstore;
330 store->alloc = new_size;
334 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, TEMP_STORAGE_T *store) argument
393 TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, TEMP_STORAGE_T *store, const size_t size) argument
457 TEMP_STORAGE_T _store, *store; local
[all...]
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex350 a constant value, store the two's-complement of the value in

Completed in 4996 milliseconds

<<11121314151617181920>>