Searched refs:horiz_scale (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h76 int horiz_scale; member in struct:VP8Common
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h76 int horiz_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)
1733 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2704 if (cm->horiz_scale != 0 || cm->vert_scale != 0)
2716 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2751 cm->horiz_scale = (cm->horiz_scale < ONETWO) ? cm->horiz_scale + 1 : ONETWO;
2757 cm->horiz_scale = (cm->horiz_scale > NORMAL) ? cm->horiz_scale
[all...]
H A Dfirstpass.c3225 cpi->common.horiz_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);
3329 cpi->common.horiz_scale = hscale_lookup[scale_val];
3331 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs);
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 Dratectrl.c940 cpi->decimation_factor, cpi->common.horiz_scale,
H A Dbitstream.c1309 v = (pc->horiz_scale << 14) | pc->Width;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1696 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL)
1701 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2654 if (cm->horiz_scale != 0 || cm->vert_scale != 0)
2666 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2701 cm->horiz_scale = (cm->horiz_scale < ONETWO) ? cm->horiz_scale + 1 : ONETWO;
2707 cm->horiz_scale = (cm->horiz_scale > NORMAL) ? cm->horiz_scale
[all...]
H A Dfirstpass.c3225 cpi->common.horiz_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);
3329 cpi->common.horiz_scale = hscale_lookup[scale_val];
3331 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs);
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 Dratectrl.c940 cpi->decimation_factor, cpi->common.horiz_scale,
H A Dbitstream.c1310 v = (pc->horiz_scale << 14) | pc->Width;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c1065 pc->horiz_scale = clear[4] >> 6;
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c1057 pc->horiz_scale = clear[4] >> 6;

Completed in 171 milliseconds