Searched refs:vert_scale (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyxc_int.h | 77 int vert_scale; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 1697 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()
|
D | firstpass.c | 3229 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()
|
D | bitstream.c | 1314 v = (pc->vert_scale << 14) | pc->Height; in vp8_pack_bitstream()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodeframe.c | 1059 pc->vert_scale = clear[6] >> 6; in vp8_decode_frame()
|