Home
last modified time | relevance | path

Searched refs:temp_src (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dvp8_lpf_msa.c300 uint8_t *temp_src; in ff_vp8_v_loop_filter16_msa() local
308 temp_src = src - (pitch << 2); in ff_vp8_v_loop_filter16_msa()
309 LD_UB8(temp_src, pitch, p3, p2, p1, p0, q0, q1, q2, q3); in ff_vp8_v_loop_filter16_msa()
314 temp_src = src - 3 * pitch; in ff_vp8_v_loop_filter16_msa()
315 ST_UB4(p2, p1, p0, q0, temp_src, pitch); in ff_vp8_v_loop_filter16_msa()
316 temp_src += (4 * pitch); in ff_vp8_v_loop_filter16_msa()
317 ST_UB2(q1, q2, temp_src, pitch); in ff_vp8_v_loop_filter16_msa()
324 uint8_t *temp_src; in ff_vp8_v_loop_filter8uv_msa() local
335 temp_src = src_u - (pitch << 2); in ff_vp8_v_loop_filter8uv_msa()
336 LD_UB8(temp_src, pitch, p3_u, p2_u, p1_u, p0_u, q0_u, q1_u, q2_u, q3_u); in ff_vp8_v_loop_filter8uv_msa()
[all …]
Dvp9_lpf_msa.c1354 uint8_t *temp_src; in ff_loop_filter_h_88_16_msa() local
1368 temp_src = src - 4; in ff_loop_filter_h_88_16_msa()
1370 LD_UB8(temp_src, pitch, p0, p1, p2, p3, row4, row5, row6, row7); in ff_loop_filter_h_88_16_msa()
1371 temp_src += (8 * pitch); in ff_loop_filter_h_88_16_msa()
1372 LD_UB8(temp_src, pitch, q3, q2, q1, q0, row12, row13, row14, row15); in ff_loop_filter_h_88_16_msa()
1467 uint8_t *temp_src; in ff_loop_filter_h_84_16_msa() local
1478 temp_src = src - 4; in ff_loop_filter_h_84_16_msa()
1480 LD_UB8(temp_src, pitch, p0, p1, p2, p3, row4, row5, row6, row7); in ff_loop_filter_h_84_16_msa()
1481 temp_src += (8 * pitch); in ff_loop_filter_h_84_16_msa()
1482 LD_UB8(temp_src, pitch, q3, q2, q1, q0, row12, row13, row14, row15); in ff_loop_filter_h_84_16_msa()
[all …]
/third_party/ffmpeg/libavfilter/
Daf_headphone.c71 float *temp_src[2]; member
132 float **temp_src; member
147 float *temp_src = td->temp_src[jobnr]; in headphone_convolute() local
184 memcpy(temp_src, bptr + read, ir_len * sizeof(*temp_src)); in headphone_convolute()
188 memcpy(temp_src, bptr + read, len * sizeof(*temp_src)); in headphone_convolute()
189 memcpy(temp_src + len, bptr, (air_len - len) * sizeof(*temp_src)); in headphone_convolute()
192 dst[0] += s->scalarproduct_float(cur_ir, temp_src, FFALIGN(ir_len, 32)); in headphone_convolute()
333 td.ringbuffer = s->ringbuffer; td.temp_src = s->temp_src; in headphone_frame()
407 s->temp_src[0] = av_calloc(s->air_len, sizeof(float)); in convert_coeffs()
408 s->temp_src[1] = av_calloc(s->air_len, sizeof(float)); in convert_coeffs()
[all …]
Daf_sofalizer.c92 float *temp_src[2]; member
335 float **temp_src; member
351 float *temp_src = td->temp_src[jobnr]; in sofalizer_convolute() local
412 memmove(temp_src, bptr + read, ir_samples * sizeof(*temp_src)); in sofalizer_convolute()
416 memmove(temp_src, bptr + read, len * sizeof(*temp_src)); in sofalizer_convolute()
417 memmove(temp_src + len, bptr, (n_samples - len) * sizeof(*temp_src)); in sofalizer_convolute()
421 dst[0] += s->fdsp->scalarproduct_float(temp_ir, temp_src, FFALIGN(ir_samples, 32)); in sofalizer_convolute()
596 td.ringbuffer = s->ringbuffer; td.temp_src = s->temp_src; in filter_frame()
785 s->temp_src[0] = av_calloc(n_samples, sizeof(float)); in load_data()
786 s->temp_src[1] = av_calloc(n_samples, sizeof(float)); in load_data()
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog.c165 struct rc_src_register temp_src; in r500_transform_IF() local
166 temp_src = writer->Inst->U.I.SrcReg[0]; in r500_transform_IF()
169 writer->Inst->U.I.SrcReg[1] = temp_src; in r500_transform_IF()
/third_party/mesa3d/src/mesa/main/
Dmipmap.c2081 GLubyte *temp_src = NULL, *temp_dst = NULL; in generate_mipmap_compressed() local
2120 temp_src = malloc(temp_src_img_stride * srcImage->Depth); in generate_mipmap_compressed()
2126 if (!temp_src || !temp_src_slices || !temp_dst_slices) { in generate_mipmap_compressed()
2145 temp_src, srcImage); in generate_mipmap_compressed()
2191 temp_src_slices[i] = temp_src + temp_src_img_stride * i; in generate_mipmap_compressed()
2215 GLubyte *temp = temp_src; in generate_mipmap_compressed()
2216 temp_src = temp_dst; in generate_mipmap_compressed()
2224 free(temp_src); in generate_mipmap_compressed()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c6561 struct tgsi_full_src_register temp_src; in store_tesslevels() local
6564 temp_src = make_src_temp_reg(emit->tcs.inner.temp_index); in store_tesslevels()
6566 temp_src = make_immediate_reg_float(emit, 1.0f); in store_tesslevels()
6570 scalar_src(&temp_src, TGSI_SWIZZLE_X + i); in store_tesslevels()
6578 temp_src = make_src_temp_reg(emit->tcs.outer.temp_index); in store_tesslevels()
6580 temp_src = make_immediate_reg_float(emit, 1.0f); in store_tesslevels()
6584 scalar_src(&temp_src, TGSI_SWIZZLE_X + i); in store_tesslevels()
6592 struct tgsi_full_src_register temp_src; in store_tesslevels() local
6595 temp_src = make_src_temp_reg(emit->tcs.inner.temp_index); in store_tesslevels()
6597 temp_src = make_immediate_reg_float(emit, 1.0f); in store_tesslevels()
[all …]
/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c2842 uint8_t *temp_src= src; in RENAME() local
3069 : "+r" (temp_src) in RENAME()