Searched refs:p_w (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacsbr_mips.c67 float *p_w = (float*)&W[buf_idx][0][0][0]; local
97 "lw %[temp0], 0(%[p_w]) \n\t"
98 "lw %[temp1], 4(%[p_w]) \n\t"
99 "lw %[temp2], 256(%[p_w]) \n\t"
100 "lw %[temp3], 260(%[p_w]) \n\t"
101 "lw %[temp4], 512(%[p_w]) \n\t"
102 "lw %[temp5], 516(%[p_w]) \n\t"
103 "lw %[temp6], 768(%[p_w]) \n\t"
104 "lw %[temp7], 772(%[p_w]) \n\t"
114 "addiu %[p_w],
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_testsrc.c908 int r_w, r_h, w_h, p_w, p_h, i, tmp, x = 0; local
916 p_w = FFALIGN(r_w * 5 / 4, 1 << pixdesc->log2_chroma_w);
925 draw_bar(test, i_pixel, x, r_h + w_h, p_w, p_h, picref);
926 x += p_w;
927 draw_bar(test, white, x, r_h + w_h, p_w, p_h, picref);
928 x += p_w;
929 draw_bar(test, q_pixel, x, r_h + w_h, p_w, p_h, picref);
930 x += p_w;

Completed in 104 milliseconds