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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h77 int vert_scale; member in struct:VP8Common
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h77 int vert_scale; member in struct:VP8Common
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c1728 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL)
1734 Scale2Ratio(cm->vert_scale, &vr, &vs);
2704 if (cm->horiz_scale != 0 || cm->vert_scale != 0)
2711 if (cm->vert_scale == 3)
2717 Scale2Ratio(cm->vert_scale, &vr, &vs);
2752 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO;
2758 cm->vert_scale = (cm->vert_scale > NORMA
[all...]
H A Dfirstpass.c3226 cpi->common.vert_scale = NORMAL;
3283 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);
3328 cpi->common.vert_scale = vscale_lookup[scale_val];
3332 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
3354 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.c1313 v = (pc->vert_scale << 14) | pc->Height;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1696 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL)
1702 Scale2Ratio(cm->vert_scale, &vr, &vs);
2654 if (cm->horiz_scale != 0 || cm->vert_scale != 0)
2661 if (cm->vert_scale == 3)
2667 Scale2Ratio(cm->vert_scale, &vr, &vs);
2702 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO;
2708 cm->vert_scale = (cm->vert_scale > NORMA
[all...]
H A Dfirstpass.c3226 cpi->common.vert_scale = NORMAL;
3283 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);
3328 cpi->common.vert_scale = vscale_lookup[scale_val];
3332 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
3354 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;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c1067 pc->vert_scale = clear[6] >> 6;
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c1059 pc->vert_scale = clear[6] >> 6;

Completed in 308 milliseconds