Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/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/libstagefright/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/libstagefright/codecs/amrwbenc/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/libstagefright/codecs/mp3dec/src/
Dpvmp3_dct_16.cpp315 int32 temp0; in pvmp3_merge_in_place_N32() local
320 temp0 = vec[14]; in pvmp3_merge_in_place_N32()
357 vec[28] = temp0; in pvmp3_merge_in_place_N32()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp2022 int32 r0, r1, temp0, temp1, result; in eChromaDiagonalMC2_SIMD() local
2033 temp0 = (pRef[0] << 3) + dx * (r_temp - pRef[0]); in eChromaDiagonalMC2_SIMD()
2035 r0 = temp0 | (temp1 << 16); in eChromaDiagonalMC2_SIMD()
2066 int i, temp, temp0, temp1; in eChromaHorizontalMC2_SIMD() local
2072 temp0 = ((pRef[0] << 3) + dx * (temp - pRef[0]) + 4) >> 3; in eChromaHorizontalMC2_SIMD()
2075 *(int16 *)pOut = temp0 | (temp1 << 8); in eChromaHorizontalMC2_SIMD()