Searched refs:vert_scale (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | onyx_if.c | 1516 cpi->vert_scale = 0; in vp8_init_config() 1711 cm->vert_scale = cpi->vert_scale ; in vp8_init_config() 1719 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) in vp8_init_config() 1725 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_init_config() 1995 cm->vert_scale = cpi->vert_scale ; in vp8_change_config() 2005 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) in vp8_change_config() 2011 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_change_config() 2879 if (cm->horiz_scale != 0 || cm->vert_scale != 0) in scale_and_extend_source() 2886 if (cm->vert_scale == 3) in scale_and_extend_source() 2892 Scale2Ratio(cm->vert_scale, &vr, &vs); in scale_and_extend_source() [all …]
|
D | parms.cpp | 62 DOTHIS(O, vert_scale )
|
D | firstpass.c | 2542 cpi->common.vert_scale = NORMAL; in vp8_find_next_key_frame() 2589 …common.current_video_frame, kf_q, cpi->common.horiz_scale, cpi->common.vert_scale, kf_group_err /… in vp8_find_next_key_frame() 2627 cpi->common.vert_scale = vscale_lookup[scale_val]; in vp8_find_next_key_frame() 2631 Scale2Ratio(cpi->common.vert_scale, &vr, &vs); in vp8_find_next_key_frame() 2647 …%8d %12.0f %8d %8d %8d\n", kf_q, cpi->common.horiz_scale, cpi->common.vert_scale, kf_group_err /… in vp8_find_next_key_frame()
|
D | onyx_int.h | 511 int vert_scale; member
|
D | bitstream.c | 1401 *((unsigned short *)(cx_data + 5)) = make_endian_16((pc->vert_scale << 14) | pc->Height); in vp8_pack_bitstream()
|
/external/libvpx/vp8/common/ |
D | onyxc_int.h | 94 int vert_scale; member
|
/external/libvpx/vp8/decoder/x86/ |
D | onyxdxv.c | 253 Scale2Ratio(common->vert_scale, &vr, &vs); in onyx_blit() 458 if (common->horiz_scale != NORMAL || common->vert_scale != NORMAL) in onyx_blit()
|
/external/libvpx/vp8/decoder/ |
D | decodframe.c | 603 pc->vert_scale = data[6] >> 6; in vp8_decode_frame()
|