Searched refs:vert_scale (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 72 int vert_scale; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 1664 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) { in vp8_change_config() 1668 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_change_config() 2466 if (cm->horiz_scale != 0 || cm->vert_scale != 0) { in scale_and_extend_source() 2471 if (cm->vert_scale == 3) { in scale_and_extend_source() 2478 Scale2Ratio(cm->vert_scale, &vr, &vs); in scale_and_extend_source() 2511 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO; in resize_key_frame() 2518 cm->vert_scale = (cm->vert_scale > NORMAL) ? cm->vert_scale - 1 : NORMAL; in resize_key_frame() 2523 Scale2Ratio(cm->vert_scale, &vr, &vs); in resize_key_frame() 5388 cpi->common.vert_scale = vert_mode; in vp8_set_internal_size()
|
D | firstpass.c | 3009 cpi->common.vert_scale = NORMAL; in find_next_key_frame() 3069 cpi->common.vert_scale, kf_group_err / cpi->twopass.frames_to_key, in find_next_key_frame() 3116 cpi->common.vert_scale = vscale_lookup[scale_val]; in find_next_key_frame() 3120 Scale2Ratio(cpi->common.vert_scale, &vr, &vs); in find_next_key_frame() 3143 cpi->common.horiz_scale, cpi->common.vert_scale, in find_next_key_frame()
|
D | bitstream.c | 1050 v = (pc->vert_scale << 14) | pc->Height; in vp8_pack_bitstream()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 960 pc->vert_scale = clear[6] >> 6; in vp8_decode_frame()
|