Home
last modified time | relevance | path

Searched refs:temp0 (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codecs/m4v_h263/dec/src/
Dmb_utils.cpp27 int32 *temp0, *temp1; in PutSKIPPED_MB() local
34 temp0 = (int32 *)prev; in PutSKIPPED_MB()
37 temp1[0] = temp0[0]; in PutSKIPPED_MB()
38 temp1[1] = temp0[1]; in PutSKIPPED_MB()
39 temp1[2] = temp0[2]; in PutSKIPPED_MB()
40 temp1[3] = temp0[3]; in PutSKIPPED_MB()
45 temp0 = (int32 *)prev; in PutSKIPPED_MB()
48 temp1[0] = temp0[0]; in PutSKIPPED_MB()
49 temp1[1] = temp0[1]; in PutSKIPPED_MB()
50 temp1[2] = temp0[2]; in PutSKIPPED_MB()
[all …]
/frameworks/av/media/codecs/amrnb/common/src/
Dvad1.cpp175 Word16 temp0; in first_filter_stage() local
188 temp0 = mult(COEFF5_1, data0, pOverflow); in first_filter_stage()
190 temp0 = sub(temp1, temp0, pOverflow); in first_filter_stage()
192 temp1 = mult(COEFF5_1, temp0, pOverflow); in first_filter_stage()
206 temp1 = mult(COEFF5_1, temp0, pOverflow); in first_filter_stage()
211 temp1 = add(temp0, temp1, pOverflow); in first_filter_stage()
303 Word16 temp0; in filter5() local
307 temp0 = mult(COEFF5_1, data[0], pOverflow); in filter5()
308 temp0 = sub(*in0, temp0, pOverflow); in filter5()
310 temp1 = mult(COEFF5_1, temp0, pOverflow); in filter5()
[all …]
/frameworks/av/media/codecs/amrwb/enc/src/
Dwb_vad.c87 Word16 temp0, temp1, temp2; in filter5() local
89 temp0 = vo_sub(*in0, vo_mult(COEFF5_1, data[0])); in filter5()
90 temp1 = add1(data[0], vo_mult(COEFF5_1, temp0)); in filter5()
91 data[0] = temp0; in filter5()
93 temp0 = vo_sub(*in1, vo_mult(COEFF5_2, data[1])); in filter5()
94 temp2 = add1(data[1], vo_mult(COEFF5_2, temp0)); in filter5()
95 data[1] = temp0; in filter5()
/frameworks/av/media/codecs/mp3dec/src/
Dpvmp3_dct_16.cpp317 int32 temp0; in pvmp3_merge_in_place_N32() local
322 temp0 = vec[14]; in pvmp3_merge_in_place_N32()
359 vec[28] = temp0; in pvmp3_merge_in_place_N32()