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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyxc_int.h77 int vert_scale; member in struct:VP8Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c1697 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL)
1703 Scale2Ratio(cm->vert_scale, &vr, &vs);
2655 if (cm->horiz_scale != 0 || cm->vert_scale != 0)
2662 if (cm->vert_scale == 3)
2668 Scale2Ratio(cm->vert_scale, &vr, &vs);
2703 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO;
2709 cm->vert_scale = (cm->vert_scale > NORMA
[all...]
H A Dfirstpass.c3229 cpi->common.vert_scale = NORMAL;
3286 fprintf(f, " %8d %8d %8d %8d %12.0f %8d %8d %8d\n", cpi->common.current_video_frame, kf_q, cpi->common.horiz_scale, cpi->common.vert_scale, kf_group_err / cpi->twopass.frames_to_key, (int)(cpi->twopass.kf_group_bits / cpi->twopass.frames_to_key), new_height, new_width);
3331 cpi->common.vert_scale = vscale_lookup[scale_val];
3335 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
3357 fprintf(f, "******** %8d %8d %8d %12.0f %8d %8d %8d\n", kf_q, cpi->common.horiz_scale, cpi->common.vert_scale, kf_group_err / cpi->twopass.frames_to_key, (int)(cpi->twopass.kf_group_bits / cpi->twopass.frames_to_key), new_height, new_width);
H A Dbitstream.c1314 v = (pc->vert_scale << 14) | pc->Height;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddecodeframe.c1059 pc->vert_scale = clear[6] >> 6;

Completed in 127 milliseconds