Home
last modified time | relevance | path

Searched refs:horiz_scale (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Donyxc_int.h71 int horiz_scale; member
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1672 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) { in vp8_change_config()
1675 Scale2Ratio(cm->horiz_scale, &hr, &hs); in vp8_change_config()
2475 if (cm->horiz_scale != 0 || cm->vert_scale != 0) { in scale_and_extend_source()
2486 Scale2Ratio(cm->horiz_scale, &hr, &hs); in scale_and_extend_source()
2518 cm->horiz_scale = in resize_key_frame()
2519 (cm->horiz_scale < ONETWO) ? cm->horiz_scale + 1 : ONETWO; in resize_key_frame()
2525 cm->horiz_scale = in resize_key_frame()
2526 (cm->horiz_scale > NORMAL) ? cm->horiz_scale - 1 : NORMAL; in resize_key_frame()
2531 Scale2Ratio(cm->horiz_scale, &hr, &hs); in resize_key_frame()
5400 cpi->common.horiz_scale = horiz_mode; in vp8_set_internal_size()
Dfirstpass.c3000 cpi->common.horiz_scale = NORMAL; in find_next_key_frame()
3060 cpi->common.current_video_frame, kf_q, cpi->common.horiz_scale, in find_next_key_frame()
3109 cpi->common.horiz_scale = hscale_lookup[scale_val]; in find_next_key_frame()
3111 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs); in find_next_key_frame()
3135 cpi->common.horiz_scale, cpi->common.vert_scale, in find_next_key_frame()
Dratectrl.c858 cpi->decimation_factor, cpi->common.horiz_scale, in calc_pframe_target_size()
Dbitstream.c1052 v = (pc->horiz_scale << 14) | pc->Width; in vp8_pack_bitstream()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c956 pc->horiz_scale = clear[4] >> 6; in vp8_decode_frame()