Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxc_int.h77 int vert_scale; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1697 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) in vp8_change_config()
1703 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_change_config()
2655 if (cm->horiz_scale != 0 || cm->vert_scale != 0) in scale_and_extend_source()
2662 if (cm->vert_scale == 3) in scale_and_extend_source()
2668 Scale2Ratio(cm->vert_scale, &vr, &vs); in scale_and_extend_source()
2703 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO; in resize_key_frame()
2709 cm->vert_scale = (cm->vert_scale > NORMAL) ? cm->vert_scale - 1 : NORMAL; in resize_key_frame()
2714 Scale2Ratio(cm->vert_scale, &vr, &vs); in resize_key_frame()
5566 cpi->common.vert_scale = vert_mode; in vp8_set_internal_size()
Dfirstpass.c3229 cpi->common.vert_scale = NORMAL; in find_next_key_frame()
3286 …common.current_video_frame, kf_q, cpi->common.horiz_scale, cpi->common.vert_scale, kf_group_err /… in find_next_key_frame()
3331 cpi->common.vert_scale = vscale_lookup[scale_val]; in find_next_key_frame()
3335 Scale2Ratio(cpi->common.vert_scale, &vr, &vs); in find_next_key_frame()
3357 …%8d %12.0f %8d %8d %8d\n", kf_q, cpi->common.horiz_scale, cpi->common.vert_scale, kf_group_err /… in find_next_key_frame()
Dbitstream.c1314 v = (pc->vert_scale << 14) | pc->Height; in vp8_pack_bitstream()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c1059 pc->vert_scale = clear[6] >> 6; in vp8_decode_frame()