HomeSort by relevance Sort by last modified time
    Searched refs:pt_temp_o (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
synthesis_sub_band.cpp 143 Int32 *pt_temp_o = temp_o1; local
167 *(pt_temp_o++) = fxp_mul32_Q31((temp1 - temp2), temp3) << 1;
176 *(pt_temp_o++) = fxp_mul32_Q26((temp1 - temp2), temp3);
191 pt_temp_o = &Sr[47];
193 temp1 = *(pt_temp_o--);
197 temp2 = *(pt_temp_o--);
200 temp3 = *(pt_temp_o--);
203 temp1 = *(pt_temp_o--);
217 pt_temp_o = &Sr[47];
223 temp1 = *(pt_temp_o--)
    [all...]
dct64.cpp 152 Int32 *pt_temp_o = temp_o; local
164 *(pt_temp_o++) = fxp_mul32_Q26((tmp1 - tmp2), tmp3);
472 Int32 *pt_temp_o = temp_o; local
473 Int32 *pt_temp_e = pt_temp_o - 1;
480 tmp2 = *(pt_temp_o);
484 *(pt_temp_o++) = fxp_mul32_Q26((tmp1 - tmp2), cosx);
486 tmp2 = *(pt_temp_o);
489 *(pt_temp_o++) = fxp_mul32_Q26((tmp1 - tmp2), cosx);

Completed in 59 milliseconds