Home
last modified time | relevance | path

Searched refs:pt_x (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Doversamp_12k8_to_16k.cpp285 int16 *pt_x = x - nb_coef - (nb_coef << 1) + 1; in AmrWbInterpol() local
288 tmp1 = *(pt_x++); in AmrWbInterpol()
289 tmp2 = *(pt_x++); in AmrWbInterpol()
290 tmp3 = *(pt_x++); in AmrWbInterpol()
291 tmp4 = *(pt_x++); in AmrWbInterpol()
296 tmp1 = *(pt_x++); in AmrWbInterpol()
297 tmp2 = *(pt_x++); in AmrWbInterpol()
298 tmp3 = *(pt_x++); in AmrWbInterpol()
299 tmp4 = *(pt_x++); in AmrWbInterpol()
304 tmp1 = *(pt_x++); in AmrWbInterpol()
[all …]
Dscale_signal.cpp123 int16 *pt_x; in scale_signal() local
142 pt_x = x; in scale_signal()
146 *(pt_x) = add_int16(*(pt_x), tmp) >> exp; in scale_signal()
147 pt_x++; in scale_signal()
148 *(pt_x) = add_int16(*(pt_x), tmp) >> exp; in scale_signal()
149 pt_x++; in scale_signal()
Dpvamrwb_math_op.cpp433 int16 *pt_x = x; in Dot_product12() local
441 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
442 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
443 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
444 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
445 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
446 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
447 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()
448 L_sum = mac_16by16_to_int32(L_sum, *(pt_x++), *(pt_y++)); in Dot_product12()