Searched refs:horiz_scale (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyxc_int.h | 76 int horiz_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() 1702 Scale2Ratio(cm->horiz_scale, &hr, &hs); in vp8_change_config() 2655 if (cm->horiz_scale != 0 || cm->vert_scale != 0) in scale_and_extend_source() 2667 Scale2Ratio(cm->horiz_scale, &hr, &hs); in scale_and_extend_source() 2702 cm->horiz_scale = (cm->horiz_scale < ONETWO) ? cm->horiz_scale + 1 : ONETWO; in resize_key_frame() 2708 cm->horiz_scale = (cm->horiz_scale > NORMAL) ? cm->horiz_scale - 1 : NORMAL; in resize_key_frame() 2713 Scale2Ratio(cm->horiz_scale, &hr, &hs); in resize_key_frame() 5561 cpi->common.horiz_scale = horiz_mode; in vp8_set_internal_size()
|
D | firstpass.c | 3228 cpi->common.horiz_scale = NORMAL; in find_next_key_frame() 3286 …0f %8d %8d %8d\n", cpi->common.current_video_frame, kf_q, cpi->common.horiz_scale, cpi->common.ve… in find_next_key_frame() 3332 cpi->common.horiz_scale = hscale_lookup[scale_val]; in find_next_key_frame() 3334 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs); in find_next_key_frame() 3357 …ntf(f, "******** %8d %8d %8d %12.0f %8d %8d %8d\n", kf_q, cpi->common.horiz_scale, cpi->common.ve… in find_next_key_frame()
|
D | ratectrl.c | 940 cpi->decimation_factor, cpi->common.horiz_scale, in calc_pframe_target_size()
|
D | bitstream.c | 1310 v = (pc->horiz_scale << 14) | pc->Width; in vp8_pack_bitstream()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodeframe.c | 1057 pc->horiz_scale = clear[4] >> 6; in vp8_decode_frame()
|