Searched refs:new_height (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vpx_scale/dm642/ |
D | bicubic_scaler_c64.c | 172 int new_width, int new_height) in bicubic_scale_frame_c64() argument 176 dst->y_height = new_height; in bicubic_scale_frame_c64() 178 dst->uv_height = new_height / 2; in bicubic_scale_frame_c64() 184 new_width, new_height, dst->y_stride, in bicubic_scale_frame_c64() 188 new_width / 2, new_height / 2, dst->uv_stride, in bicubic_scale_frame_c64() 192 new_width / 2, new_height / 2, dst->uv_stride, in bicubic_scale_frame_c64()
|
/external/libvpx/vpx_scale/generic/ |
D | bicubic_scaler.c | 580 int new_width, int new_height) in bicubic_scale_frame() argument 584 dst->y_height = new_height; in bicubic_scale_frame() 586 dst->uv_height = new_height / 2; in bicubic_scale_frame() 592 new_width, new_height, dst->y_stride, in bicubic_scale_frame() 596 new_width / 2, new_height / 2, dst->uv_stride, in bicubic_scale_frame() 600 new_width / 2, new_height / 2, dst->uv_stride, in bicubic_scale_frame()
|
/external/chromium/base/gfx/ |
D | rect.cc | 218 int new_height = height(); in AdjustToFit() local 220 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height); in AdjustToFit() 221 return Rect(new_x, new_y, new_width, new_height); in AdjustToFit()
|
/external/libvpx/vpx_scale/include/generic/ |
D | vpxscale_arbitrary.h | 52 int new_width, int new_height);
|
/external/libvpx/vp8/encoder/ |
D | firstpass.c | 2525 int new_height = cpi->oxcf.Height; in vp8_find_next_key_frame() local 2571 …kf_q = estimate_kf_group_q(cpi, err_per_frame, bits_per_frame, new_height, new_width, group_iirati… in vp8_find_next_key_frame() 2589 …p_err / cpi->frames_to_key, (int)(cpi->kf_group_bits / cpi->frames_to_key), new_height, new_width); in vp8_find_next_key_frame() 2634 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in vp8_find_next_key_frame() 2638 …effective_size_ratio = (double)(new_width * new_height) / (double)(cpi->oxcf.Width * cpi->oxcf.Hei… in vp8_find_next_key_frame() 2642 …_kf_group_q(cpi, err_per_frame * effective_size_ratio, bits_per_frame, new_height, new_width, grou… in vp8_find_next_key_frame() 2647 …p_err / cpi->frames_to_key, (int)(cpi->kf_group_bits / cpi->frames_to_key), new_height, new_width); in vp8_find_next_key_frame() 2653 if ((cpi->common.Width != new_width) || (cpi->common.Height != new_height)) in vp8_find_next_key_frame() 2656 cpi->common.Height = new_height; in vp8_find_next_key_frame()
|
D | onyx_if.c | 2940 int new_width, new_height; in resize_key_frame() local 2959 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in resize_key_frame() 2963 if ((cm->Width != new_width) || (cm->Height != new_height)) in resize_key_frame() 2966 cm->Height = new_height; in resize_key_frame()
|