Home
last modified time | relevance | path

Searched refs:ref_w (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx0x-initializer-constructor.cpp327 void ref_w(const W &); // expected-note 2 {{not viable}}
329 ref_w({1}); // expected-error {{no matching function}} in call_ref_w()
330 ref_w(W{1}); in call_ref_w()
331 call<W>(ref_w); // expected-note {{instantiation of}} in call_ref_w()
353 ref_w({1}); // expected-error {{no matching function}} in h()
354 ref_w(W{1}); in h()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.c475 int ref_w = col * bw + search_mf[row * cols + col].col; in vp9_get_local_structure() local
485 ref_w = ref_w < 0 ? 0 : (ref_w >= width - bw ? width - bw - 1 : ref_w); in vp9_get_local_structure()
490 ref_offset = ref_h * ref_stride + ref_w; in vp9_get_local_structure()
512 if (ref_w - bw >= 0) { in vp9_get_local_structure()
518 if (ref_w + bw < width - bw) { in vp9_get_local_structure()
523 if (ref_w - bw >= 0 && ref_w + bw < width - bw) { in vp9_get_local_structure()
/external/llvm-project/clang/test/SemaCXX/
Dcxx0x-initializer-constructor.cpp329 void ref_w(const W &); // expected-note 2 {{not viable}}
331 ref_w({1}); // expected-error {{no matching function}} in call_ref_w()
332 ref_w(W{1}); in call_ref_w()
333 call<W>(ref_w); // expected-note {{instantiation of}} in call_ref_w()
355 ref_w({1}); // expected-error {{no matching function}} in h()
356 ref_w(W{1}); in h()
/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c202 unsigned int w, h, ref_w, ref_h, min_w, min_h; in prepare_fbs() local
241 ref_w = w; in prepare_fbs()
257 igt_create_fb(data->gfx_fd, ref_w, ref_h, pixel_format, tiling, in prepare_fbs()
280 igt_create_fb(data->gfx_fd, ref_w, ref_h, pixel_format, in prepare_fbs()
294 igt_create_fb(data->gfx_fd, ref_w, ref_h, pixel_format, tiling, &data->fb_unrotated); in prepare_fbs()