Searched defs:vs (Results 1 - 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
H A D | firstpass.c | 1002 * 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 D | vp9_onyx_if.c | 952 // 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 61 milliseconds