Home
last modified time | relevance | path

Searched refs:border_in_pixels (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dlookahead.c47 const int border_in_pixels, int is_scale) { in av1_lookahead_init() argument
68 use_highbitdepth, border_in_pixels, legacy_byte_alignment)) in av1_lookahead_init()
Dlookahead.h50 const int border_in_pixels, int is_scale);
Dtpl_model.c488 seq_params->use_highbitdepth, cpi->oxcf.border_in_pixels, in init_gop_frames()
Dencoder.c795 oxcf->lag_in_frames, oxcf->border_in_pixels, is_scale); in alloc_raw_frame_buffers()
805 seq_params->use_highbitdepth, oxcf->border_in_pixels, in alloc_raw_frame_buffers()
817 cpi->oxcf.border_in_pixels, cm->byte_alignment, NULL, NULL, NULL)) in alloc_util_frame_buffers()
832 cpi->oxcf.border_in_pixels, cm->byte_alignment, NULL, NULL, NULL)) in alloc_util_frame_buffers()
839 seq_params->use_highbitdepth, cpi->oxcf.border_in_pixels, in alloc_util_frame_buffers()
3712 cpi->oxcf.border_in_pixels, cm->byte_alignment, NULL, NULL, NULL)) in av1_set_frame_size()
Dencoder.h395 int border_in_pixels; member
/external/libaom/libaom/examples/
Dlightfield_encoder.c278 int border_in_pixels = in pass1() local
284 cfg->g_h, 32, 8, border_in_pixels)) { in pass1()
/external/libaom/libaom/av1/
Dav1_cx_iface.c846 oxcf->border_in_pixels = (oxcf->resize_mode || oxcf->superres_mode) in set_encoder_config()