Searched refs:vs (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/libva/ |
D | NEWS | 11 * Fix API vs. DSO vs. package versioning
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/ |
D | .gitignore | 1 x86*-win32-vs*
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | configure | 681 vs*) enable_feature msvs 712 *-vs*)
|
D | CHANGELOG | 36 msvs-build: use msbuild for vs >= 2005 287 Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | configure.sh | 856 vs*) 1087 vs*) 1236 *-win*-vs*);;
|
D | Makefile | 46 $(if $(filter vs%,$(TGT_CC)),make NO_LAUNCH_DEVENV=1;) \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 1700 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs); in vp8_change_config() 1703 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_change_config() 1707 cm->Height = (vs - 1 + cpi->oxcf.Height * vr) / vs; in vp8_change_config() 2659 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs); in scale_and_extend_source() 2668 Scale2Ratio(cm->vert_scale, &vr, &vs); in scale_and_extend_source() 2671 tmp_height, hs, hr, vs, vr, 0); in scale_and_extend_source() 2694 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs); in resize_key_frame() 2714 Scale2Ratio(cm->vert_scale, &vr, &vs); in resize_key_frame() 2716 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in resize_key_frame()
|
D | firstpass.c | 3210 int hr, hs, vr, vs; in find_next_key_frame() local 3335 Scale2Ratio(cpi->common.vert_scale, &vr, &vs); in find_next_key_frame() 3338 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in find_next_key_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 3418 int hr = 0, hs = 0, vr = 0, vs = 0; local 3424 Scale2Ratio(vert_mode, &vr, &vs); 3428 cm->height = (vs - 1 + cpi->oxcf.height * vr) / vs;
|