Searched refs:p_x_low (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacsbr_mips.c | 69 float *p_x_low = &X_low[0][8][0]; in sbr_lf_gen_mips() local 108 "sw %[temp0], 0(%[p_x_low]) \n\t" in sbr_lf_gen_mips() 109 "sw %[temp1], 4(%[p_x_low]) \n\t" in sbr_lf_gen_mips() 110 "sw %[temp2], 8(%[p_x_low]) \n\t" in sbr_lf_gen_mips() 111 "sw %[temp3], 12(%[p_x_low]) \n\t" in sbr_lf_gen_mips() 112 "sw %[temp4], 16(%[p_x_low]) \n\t" in sbr_lf_gen_mips() 113 "sw %[temp5], 20(%[p_x_low]) \n\t" in sbr_lf_gen_mips() 114 "sw %[temp6], 24(%[p_x_low]) \n\t" in sbr_lf_gen_mips() 115 "sw %[temp7], 28(%[p_x_low]) \n\t" in sbr_lf_gen_mips() 116 PTR_ADDIU "%[p_x_low], in sbr_lf_gen_mips() [all...] |
H A D | sbrdsp_mips.c | 617 float *p_x_low = (float*)&X_low[0][0] + 2*start; in sbr_hf_gen_mips() local 629 "lwc1 %[temp0], -16(%[p_x_low]) \n\t" in sbr_hf_gen_mips() 630 "lwc1 %[temp1], -12(%[p_x_low]) \n\t" in sbr_hf_gen_mips() 631 "lwc1 %[temp2], -8(%[p_x_low]) \n\t" in sbr_hf_gen_mips() 632 "lwc1 %[temp3], -4(%[p_x_low]) \n\t" in sbr_hf_gen_mips() 633 "lwc1 %[temp5], 0(%[p_x_low]) \n\t" in sbr_hf_gen_mips() 634 "lwc1 %[temp6], 4(%[p_x_low]) \n\t" in sbr_hf_gen_mips() 640 PTR_ADDIU "%[p_x_low], %[p_x_low], 8 \n\t" in sbr_hf_gen_mips() 659 [p_x_low]" in sbr_hf_gen_mips() [all...] |
Completed in 3 milliseconds