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.c1664 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) { in vp8_change_config()
1667 Scale2Ratio(cm->horiz_scale, &hr, &hs); in vp8_change_config()
2466 if (cm->horiz_scale != 0 || cm->vert_scale != 0) { in scale_and_extend_source()
2477 Scale2Ratio(cm->horiz_scale, &hr, &hs); in scale_and_extend_source()
2509 cm->horiz_scale = in resize_key_frame()
2510 (cm->horiz_scale < ONETWO) ? cm->horiz_scale + 1 : ONETWO; in resize_key_frame()
2516 cm->horiz_scale = in resize_key_frame()
2517 (cm->horiz_scale > NORMAL) ? cm->horiz_scale - 1 : NORMAL; in resize_key_frame()
2522 Scale2Ratio(cm->horiz_scale, &hr, &hs); in resize_key_frame()
5382 cpi->common.horiz_scale = horiz_mode; in vp8_set_internal_size()
Dfirstpass.c3008 cpi->common.horiz_scale = NORMAL; in find_next_key_frame()
3068 cpi->common.current_video_frame, kf_q, cpi->common.horiz_scale, in find_next_key_frame()
3117 cpi->common.horiz_scale = hscale_lookup[scale_val]; in find_next_key_frame()
3119 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs); in find_next_key_frame()
3143 cpi->common.horiz_scale, cpi->common.vert_scale, in find_next_key_frame()
Dratectrl.c854 cpi->decimation_factor, cpi->common.horiz_scale, in calc_pframe_target_size()
Dbitstream.c1046 v = (pc->horiz_scale << 14) | pc->Width; in vp8_pack_bitstream()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c958 pc->horiz_scale = clear[4] >> 6; in vp8_decode_frame()