/third_party/ffmpeg/libavcodec/mips/ |
D | h264chroma_msa.c | 33 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_2x2_msa() argument 41 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_2x2_msa() 64 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_2x4_msa() argument 71 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_2x4_msa() 92 uint32_t coeff0, uint32_t coeff1, in avc_chroma_hz_2w_msa() argument 96 avc_chroma_hz_2x2_msa(src, dst, stride, coeff0, coeff1); in avc_chroma_hz_2w_msa() 98 avc_chroma_hz_2x4_msa(src, dst, stride, coeff0, coeff1); in avc_chroma_hz_2w_msa() 103 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x2_msa() argument 110 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_4x2_msa() 128 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x4_msa() argument [all …]
|
D | aacpsy_mips.h | 133 float coeff1 = psy_fir_coeffs[3]; in psy_hp_filter_mips() local 224 : [coeff0]"f"(coeff0), [coeff1]"f"(coeff1), in psy_hp_filter_mips()
|
D | h264qpel_msa.c | 70 #define AVC_DOT_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument 75 out0_m = __msa_dpadd_s_h(out0_m, (v16i8) in1, (v16i8) coeff1); \ 81 #define AVC_DOT_SW3_SW(in0, in1, in2, coeff0, coeff1, coeff2) \ argument 86 out0_m = __msa_dpadd_s_w(out0_m, (v8i16) in1, (v8i16) coeff1); \
|
/third_party/ffmpeg/tests/checkasm/ |
D | opusdsp.c | 70 float coeff0 = (float)rnd() / (UINT_MAX >> 5) - 16.0f, coeff1 = coeff0; in test_deemphasis() local 77 coeff1 = call_new(dst1, src, coeff1, MAX_SIZE); in test_deemphasis() 79 if (!float_near_abs_eps(coeff0, coeff1, EPS) || in test_deemphasis() 82 bench_new(dst1, src, coeff1, MAX_SIZE); in test_deemphasis()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | upsampling_neon.c | 145 const int16x8_t Y1 = vqdmulhq_lane_s16(Y0, coeff1, 0); \ 146 const int16x8_t R0 = vqdmulhq_lane_s16(V0, coeff1, 1); \ 147 const int16x8_t G0 = vqdmulhq_lane_s16(U0, coeff1, 2); \ 148 const int16x8_t G1 = vqdmulhq_lane_s16(V0, coeff1, 3); \ 210 const int16x4_t coeff1 = vld1_s16(kCoeffs1); \
|
D | enc_msa.c | 235 v8i16 coeff0, coeff1; in CollectHistogram_MSA() local 238 LD_SH2(&out[0], 8, coeff0, coeff1); in CollectHistogram_MSA() 240 coeff1 = __msa_add_a_h(coeff1, zero); in CollectHistogram_MSA() 241 SRAI_H2_SH(coeff0, coeff1, 3); in CollectHistogram_MSA() 243 coeff1 = __msa_min_s_h(coeff1, max_coeff_thr); in CollectHistogram_MSA() 244 ST_SH2(coeff0, coeff1, &out[0], 8); in CollectHistogram_MSA()
|
/third_party/ffmpeg/libswresample/ |
D | rematrix_template.c | 56 INTER coeff1 = coeffp[index1]; in RENAME() local 60 out[i] = R(coeff1*in1[i] + coeff2*in2[i]); in RENAME()
|
/third_party/ffmpeg/libavcodec/ |
D | adpcm.h | 41 int coeff1; member
|
D | adpcm.c | 416 predictor = (((c->sample1) * (c->coeff1)) + ((c->sample2) * (c->coeff2))) / 64; in adpcm_ms_expand_nibble() 1127 c->status[channel].coeff1 = ff_adpcm_AdaptCoeff1[block_predictor]; in adpcm_decode_frame() 1147 c->status[0].coeff1 = ff_adpcm_AdaptCoeff1[block_predictor]; in adpcm_decode_frame() 1156 c->status[1].coeff1 = ff_adpcm_AdaptCoeff1[block_predictor]; in adpcm_decode_frame() 1589 int coeff1, coeff2; in adpcm_decode_frame() local 1622 coeff1 = ea_adpcm_table[ byte >> 4 ]; in adpcm_decode_frame() 1634 next_sample += (current_sample * coeff1) + in adpcm_decode_frame()
|
D | adpcmenc.c | 288 predictor = (((c->sample1) * (c->coeff1)) + in adpcm_ms_compress_sample() 388 const int predictor = ((nodes[j]->sample1 * c->coeff1) + in adpcm_compress_trellis() 768 c->status[i].coeff1 = ff_adpcm_AdaptCoeff1[predictor]; in adpcm_encode_frame()
|
/third_party/ffmpeg/libswscale/x86/ |
D | input.asm | 115 %define coeff1 m5 120 %define coeff1 m8 123 %define coeff1 [%2_Ycoeff_12x4] 179 pmaddwd m0, coeff1 ; (dword) { B0*BY + G0*GY, B1*BY, B2*BY + G2*GY, B3*BY } 181 pmaddwd m2, coeff1 ; (dword) { B4*BY + G4*GY, B5*BY, B6*BY + G6*GY, B7*BY }
|
/third_party/libsnd/src/ |
D | wavlike.h | 227 { short coeff1 ; member
|
D | wavlike.c | 285 …psf_binheader_readf (psf, "22", &(wav_fmt->msadpcm.coeffs [k].coeff1), &(wav_fmt->msadpcm.coeffs [… in wavlike_read_fmt_chunk() 286 …eof (buffer), " %2d %7d %7d\n", k, wav_fmt->msadpcm.coeffs [k].coeff1, wav_fmt->msadpcm.… in wavlike_read_fmt_chunk()
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 2769 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument 2774 out0_m = __msa_dpadd_s_h(out0_m, (v16i8) in1, (v16i8) coeff1); \
|