Searched refs:vs (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/power/
H A DAndroid.mk1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
/hardware/qcom/audio/
H A DAndroid.mk1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
/hardware/qcom/gps/
H A DAndroid.mk1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
/hardware/qcom/media/
H A DAndroid.mk1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dconfigure681 vs*) enable_feature msvs
683 vs_version=${tgt_cc##vs}
712 *-vs*)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh856 vs*)
1087 vs*)
1093 vc_version=${tgt_cc##vs}
1236 *-win*-vs*);;
H A DMakefile46 $(if $(filter vs%,$(TGT_CC)),make NO_LAUNCH_DEVENV=1;) \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c1691 /* VP8 sharpness level mapping 0-7 (vs 0-10 in general VPx dialogs) */
1700 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs);
1703 Scale2Ratio(cm->vert_scale, &vr, &vs);
1707 cm->Height = (vs - 1 + cpi->oxcf.Height * vr) / vs;
2659 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs);
2668 Scale2Ratio(cm->vert_scale, &vr, &vs);
2671 tmp_height, hs, hr, vs, vr, 0);
2694 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs);
2714 Scale2Ratio(cm->vert_scale, &vr, &vs);
[all...]
H A Dfirstpass.c1002 * vs target bits
1254 * vs target bits
1267 * The idea here is to favour subsampling in the hardest sections vs
3109 * allocation it would have received based on its own error score vs
3210 int hr, hs, vr, vs; local
3335 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
3338 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c952 // VP8 sharpness level mapping 0-7 (vs 0-10 in general VPx dialogs)
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;

Completed in 620 milliseconds