Searched refs:vert_scale (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h72 int vert_scale; member in struct:VP8Common
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1644 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) {
1648 Scale2Ratio(cm->vert_scale, &vr, &vs);
2509 if (cm->horiz_scale != 0 || cm->vert_scale != 0) {
2514 if (cm->vert_scale == 3) {
2521 Scale2Ratio(cm->vert_scale, &vr, &vs);
2554 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO;
2561 cm->vert_scale = (cm->vert_scale > NORMA
[all...]
H A Dfirstpass.c3008 cpi->common.vert_scale = NORMAL;
3068 cpi->common.vert_scale, kf_group_err / cpi->twopass.frames_to_key,
3115 cpi->common.vert_scale = vscale_lookup[scale_val];
3119 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
3142 cpi->common.horiz_scale, cpi->common.vert_scale,
H A Dbitstream.c1105 v = (pc->vert_scale << 14) | pc->Height;
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c948 pc->vert_scale = clear[6] >> 6;

Completed in 2256 milliseconds