Searched refs:temp_ptr (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
H A Dvideo_processing_impl.cc101 uint8_t* temp_ptr = frame->buffer(kYPlane); local
103 *temp_ptr = static_cast<uint8_t>(look_up[*temp_ptr]);
104 temp_ptr++;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dfwd_dct32x32_msa.c132 static void fdct8x32_1d_column_odd_store(int16_t *input, int16_t *temp_ptr) { argument
189 ST_SH(vec5, temp_ptr);
190 ST_SH(vec4, temp_ptr + 960);
195 ST_SH(vec5, temp_ptr + 448);
196 ST_SH(vec4, temp_ptr + 512);
203 ST_SH(vec4, temp_ptr + 704);
204 ST_SH(vec5, temp_ptr + 256);
209 ST_SH(vec4, temp_ptr + 192);
210 ST_SH(vec5, temp_ptr + 768);
223 ST_SH(vec5, temp_ptr
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c178 LLVMValueRef temp_ptr; local
179 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle);
180 return bitcast(bld_base,type,LLVMBuildLoad(builder, temp_ptr, ""));
199 LLVMValueRef temp_ptr; local
200 temp_ptr = lp_get_output_ptr(bld, reg->Register.Index, swizzle);
201 return LLVMBuildLoad(builder, temp_ptr, "");
281 LLVMValueRef temp_ptr; local
328 temp_ptr = bld->outputs[reg->Register.Index][chan_index];
332 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index);
341 LLVMBuildStore(builder, value, temp_ptr);
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c625 LLVMValueRef temp_ptr; local
626 temp_ptr = LLVMBuildBitCast(builder, scalar_ptr, ivtype, "");
627 scalar = LLVMBuildLoad(builder, temp_ptr, "");
765 LLVMValueRef temp_ptr; local
770 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, itype, "");
772 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle);
773 res = LLVMBuildLoad(builder, temp_ptr, "");
1067 LLVMValueRef temp_ptr; local
1078 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, ivtype, "");
1086 temp_ptr
1506 LLVMValueRef temp_ptr; local
[all...]
H A Dlp_bld_tgsi_aos.c208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; local
209 LLVMValueRef res = LLVMBuildLoad(builder, temp_ptr, "");
/external/libhevc/common/x86/
H A Dihevc_32x32_itrans_recon_sse42_intr.c126 WORD16 *temp_ptr; local
240 temp_ptr = (pi2_tmp + 1024);
1804 WORD16 *pi2_dst_scratch = temp_ptr;
2291 WORD16 *pi2_dst_scratch = temp_ptr;
2844 WORD16 *pi2_dst_scratch = temp_ptr;
3789 WORD16 *pi2_src_scratch = temp_ptr;
4092 WORD16 *pi2_dst_scratch = temp_ptr;
4680 WORD16 *pi2_dst_scratch = temp_ptr;
5501 WORD16 *pi2_dst_scratch = temp_ptr;
6381 WORD16 *pi2_src_scratch = temp_ptr;
[all...]
H A Dihevc_itrans_recon_32x32_ssse3_intr.c134 WORD16 *temp_ptr; local
248 temp_ptr = (pi2_tmp + 1024);
1815 WORD16 *pi2_dst_scratch = temp_ptr;
2301 WORD16 *pi2_dst_scratch = temp_ptr;
2852 WORD16 *pi2_dst_scratch = temp_ptr;
3796 WORD16 *pi2_src_scratch = temp_ptr;
4098 WORD16 *pi2_dst_scratch = temp_ptr;
4686 WORD16 *pi2_dst_scratch = temp_ptr;
5507 WORD16 *pi2_dst_scratch = temp_ptr;
6388 WORD16 *pi2_src_scratch = temp_ptr;
[all...]
/external/opencv/cv/src/
H A Dcvfilter.cpp2309 uchar* temp_ptr = temp->data.ptr;
2318 memcpy( temp_ptr + temp_step*i, temp_ptr +
2321 temp_ptr += temp_ready*temp_step;
2342 stripe_size, temp_ptr, temp_step, temp_size,

Completed in 460 milliseconds