Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/libva/
DNEWS11 * Fix API vs. DSO vs. package versioning
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/
D.gitignore1 x86*-win32-vs*
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dconfigure681 vs*) enable_feature msvs
712 *-vs*)
DCHANGELOG36 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/
Dconfigure.sh856 vs*)
1087 vs*)
1236 *-win*-vs*);;
DMakefile46 $(if $(filter vs%,$(TGT_CC)),make NO_LAUNCH_DEVENV=1;) \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1700 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()
Dfirstpass.c3210 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/
Dvp9_onyx_if.c3418 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;