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 | 1672 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) { in vp8_change_config() 1676 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_change_config() 2475 if (cm->horiz_scale != 0 || cm->vert_scale != 0) { in scale_and_extend_source() 2480 if (cm->vert_scale == 3) { in scale_and_extend_source() 2487 Scale2Ratio(cm->vert_scale, &vr, &vs); in scale_and_extend_source() 2520 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO; in resize_key_frame() 2527 cm->vert_scale = (cm->vert_scale > NORMAL) ? cm->vert_scale - 1 : NORMAL; in resize_key_frame() 2532 Scale2Ratio(cm->vert_scale, &vr, &vs); in resize_key_frame() 5406 cpi->common.vert_scale = vert_mode; in vp8_set_internal_size()
|
D | firstpass.c | 3001 cpi->common.vert_scale = NORMAL; in find_next_key_frame() 3061 cpi->common.vert_scale, kf_group_err / cpi->twopass.frames_to_key, in find_next_key_frame() 3108 cpi->common.vert_scale = vscale_lookup[scale_val]; in find_next_key_frame() 3112 Scale2Ratio(cpi->common.vert_scale, &vr, &vs); in find_next_key_frame() 3135 cpi->common.horiz_scale, cpi->common.vert_scale, in find_next_key_frame()
|
D | bitstream.c | 1056 v = (pc->vert_scale << 14) | pc->Height; in vp8_pack_bitstream()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 958 pc->vert_scale = clear[6] >> 6; in vp8_decode_frame()
|