Searched refs:temp0 (Results 1 – 6 of 6) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | mb_utils.cpp | 27 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 …]
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/ |
D | vad1.cpp | 172 Word16 temp0; in first_filter_stage() local 185 temp0 = mult(COEFF5_1, data0, pOverflow); in first_filter_stage() 187 temp0 = sub(temp1, temp0, pOverflow); in first_filter_stage() 189 temp1 = mult(COEFF5_1, temp0, pOverflow); in first_filter_stage() 203 temp1 = mult(COEFF5_1, temp0, pOverflow); in first_filter_stage() 208 temp1 = add(temp0, temp1, pOverflow); in first_filter_stage() 300 Word16 temp0; in filter5() local 304 temp0 = mult(COEFF5_1, data[0], pOverflow); in filter5() 305 temp0 = sub(*in0, temp0, pOverflow); in filter5() 307 temp1 = mult(COEFF5_1, temp0, pOverflow); in filter5() [all …]
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
D | pvmp3_dct_16.cpp | 315 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()
|
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/ |
D | m4v_config_parser.cpp | 897 int32 temp0; in DecodeSPS() local 933 se_v(psBits, &temp0); in DecodeSPS() 934 se_v(psBits, &temp0); in DecodeSPS() 939 se_v(psBits, &temp0); in DecodeSPS()
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | motion_comp.cpp | 2027 int32 r0, r1, temp0, temp1, result; in eChromaDiagonalMC2_SIMD() local 2038 temp0 = (pRef[0] << 3) + dx * (r_temp - pRef[0]); in eChromaDiagonalMC2_SIMD() 2040 r0 = temp0 | (temp1 << 16); in eChromaDiagonalMC2_SIMD() 2071 int i, temp, temp0, temp1; in eChromaHorizontalMC2_SIMD() local 2077 temp0 = ((pRef[0] << 3) + dx * (temp - pRef[0]) + 4) >> 3; in eChromaHorizontalMC2_SIMD() 2080 *(int16 *)pOut = temp0 | (temp1 << 8); in eChromaHorizontalMC2_SIMD()
|
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | pred_inter.cpp | 2203 int32 r0, r1, temp0, temp1, result; in ChromaDiagonalMC2_SIMD() local 2214 temp0 = (pRef[0] << 3) + dx * (r_temp - pRef[0]); in ChromaDiagonalMC2_SIMD() 2216 r0 = temp0 | (temp1 << 16); in ChromaDiagonalMC2_SIMD() 2246 int i, temp, temp0, temp1; in ChromaHorizontalMC2_SIMD() local 2252 temp0 = ((pRef[0] << 3) + dx * (temp - pRef[0]) + 4) >> 3; in ChromaHorizontalMC2_SIMD() 2255 *(int16 *)pOut = temp0 | (temp1 << 8); in ChromaHorizontalMC2_SIMD()
|