Searched refs:horiz_scale (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 71 int horiz_scale; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 1644 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) { in vp8_change_config() 1647 Scale2Ratio(cm->horiz_scale, &hr, &hs); in vp8_change_config() 2509 if (cm->horiz_scale != 0 || cm->vert_scale != 0) { in scale_and_extend_source() 2520 Scale2Ratio(cm->horiz_scale, &hr, &hs); in scale_and_extend_source() 2552 cm->horiz_scale = in resize_key_frame() 2553 (cm->horiz_scale < ONETWO) ? cm->horiz_scale + 1 : ONETWO; in resize_key_frame() 2559 cm->horiz_scale = in resize_key_frame() 2560 (cm->horiz_scale > NORMAL) ? cm->horiz_scale - 1 : NORMAL; in resize_key_frame() 2565 Scale2Ratio(cm->horiz_scale, &hr, &hs); in resize_key_frame() 5421 cpi->common.horiz_scale = horiz_mode; in vp8_set_internal_size()
|
D | firstpass.c | 3007 cpi->common.horiz_scale = NORMAL; in find_next_key_frame() 3067 cpi->common.current_video_frame, kf_q, cpi->common.horiz_scale, in find_next_key_frame() 3116 cpi->common.horiz_scale = hscale_lookup[scale_val]; in find_next_key_frame() 3118 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs); in find_next_key_frame() 3142 cpi->common.horiz_scale, cpi->common.vert_scale, in find_next_key_frame()
|
D | ratectrl.c | 856 cpi->decimation_factor, cpi->common.horiz_scale, in calc_pframe_target_size()
|
D | bitstream.c | 1101 v = (pc->horiz_scale << 14) | pc->Width; in vp8_pack_bitstream()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 946 pc->horiz_scale = clear[4] >> 6; in vp8_decode_frame()
|