Searched defs:in_w (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/amd64/
H A Dsbbmisc.c6 short in_w, out_w1, out_w2; variable
48 "\tmovw " VG_SYM(in_w) ", %ax\n"
50 "\tmovw " VG_SYM(in_w) "(%rip), %ax\n"
57 "\tmovw " VG_SYM(in_w) ", %ax\n"
61 "\tmovw " VG_SYM(in_w) "(%rip), %ax\n"
287 "\tmovw " VG_SYM(in_w) ", %ax\n"
289 "\tmovw " VG_SYM(in_w) "(%rip), %ax\n"
296 "\tmovw " VG_SYM(in_w) ", %ax\n"
300 "\tmovw " VG_SYM(in_w) "(%rip), %ax\n"
352 in_w
[all...]
/external/valgrind/main/none/tests/x86/
H A Dsbbmisc.c6 short in_w, out_w1, out_w2; variable
32 "\tmovw " VG_SYM(in_w) ", %ax\n"
37 "\tmovw " VG_SYM(in_w) ", %ax\n"
165 "\tmovw " VG_SYM(in_w) ", %ax\n"
170 "\tmovw " VG_SYM(in_w) ", %ax\n"
203 in_w = 49999;
235 in_w = 49999;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1805 const int in_w = src_fb->y_crop_width; local
1828 vp9_resize_plane(srcs[i], in_h, in_w, src_strides[i],
1841 const int in_w = src_fb->y_crop_width; local
1861 const int x_q4 = x * (16 / factor) * in_w / out_w;
1866 x / factor * in_w / out_w;
1870 vp9_sub_pel_filters_8[x_q4 & 0xf], 16 * in_w / out_w,

Completed in 335 milliseconds