Home
last modified time | relevance | path

Searched refs:alloc_pyramid (Results 1 – 23 of 23) sorted by relevance

/external/libaom/aom_scale/generic/
Dyv12config.c66 bool alloc_pyramid, int alloc_y_plane_only) { in realloc_frame_buffer_aligned() argument
77 (void)alloc_pyramid; in realloc_frame_buffer_aligned()
78 assert(!alloc_pyramid); in realloc_frame_buffer_aligned()
86 if (alloc_pyramid) { in realloc_frame_buffer_aligned()
195 if (alloc_pyramid) { in realloc_frame_buffer_aligned()
241 bool alloc_pyramid, int alloc_y_plane_only) { in aom_realloc_frame_buffer() argument
263 uv_border_w, uv_border_h, alloc_pyramid, alloc_y_plane_only); in aom_realloc_frame_buffer()
270 int byte_alignment, bool alloc_pyramid, in aom_alloc_frame_buffer() argument
276 byte_alignment, NULL, NULL, NULL, alloc_pyramid, alloc_y_plane_only); in aom_alloc_frame_buffer()
Dyv12extend.c471 int byte_alignment, bool alloc_pyramid, in aom_yv12_realloc_with_new_border_c() argument
480 byte_alignment, alloc_pyramid, 0); in aom_yv12_realloc_with_new_border_c()
/external/libaom/av1/encoder/
Dlookahead.h73 bool is_all_intra, bool alloc_pyramid);
99 bool alloc_pyramid, aom_enc_frame_flags_t flags);
Dlookahead.c49 bool is_all_intra, bool alloc_pyramid) { in av1_lookahead_init() argument
85 NULL, alloc_pyramid, 0)) { in av1_lookahead_init()
103 bool alloc_pyramid, aom_enc_frame_flags_t flags) { in av1_lookahead_push() argument
137 AOM_BORDER_IN_PIXELS, 0, alloc_pyramid, 0)) in av1_lookahead_push()
Dtune_butteraugli.c270 0, false, false, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid); in av1_setup_butteraugli_rdmult()
275 cpi->alloc_pyramid); in av1_setup_butteraugli_rdmult()
Dencoder_utils.c739 cm->features.byte_alignment, cpi->alloc_pyramid, in av1_scale_references()
1105 0, false, false, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid); in av1_determine_sc_tools_with_encoding()
1110 cpi->alloc_pyramid); in av1_determine_sc_tools_with_encoding()
Dsuperres_scale.c407 av1_superres_upscale(cm, NULL, cpi->alloc_pyramid); in av1_superres_post_encode()
Dencoder.c971 cpi->alloc_pyramid = false; in av1_change_config()
973 cpi->alloc_pyramid = oxcf->tool_cfg.enable_global_motion; in av1_change_config()
2216 NULL, cpi->alloc_pyramid, 0)) in av1_set_frame_size()
2559 false, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid); in encode_without_recode()
2582 cpi->alloc_pyramid); in encode_without_recode()
2858 false, false, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid); in encode_with_recode_loop()
2878 cpi->alloc_pyramid); in encode_with_recode_loop()
4162 use_highbitdepth, cpi->alloc_pyramid, frame_flags)) { in av1_receive_raw_frame()
Dencoder_alloc.h445 cm->features.byte_alignment, NULL, NULL, NULL, cpi->alloc_pyramid, 0)) in realloc_and_scale_source()
Dencode_strategy.c809 NULL, cpi->alloc_pyramid, 0);
913 false, true, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid);
Dallintra_vis.c599 NULL, cpi->alloc_pyramid, 0)) in av1_set_mb_wiener_variance()
Dtemporal_filter.c1472 NULL, cpi->alloc_pyramid, 0)) { in av1_tf_info_alloc()
Dencoder.h3652 bool alloc_pyramid; member
Dencodeframe.c2407 if (cpi->alloc_pyramid) { in av1_encode_frame()
/external/libaom/aom_scale/
Dyv12config.h155 int byte_alignment, bool alloc_pyramid,
177 bool alloc_pyramid, int alloc_y_plane_only);
/external/libaom/av1/common/
Dresize.h38 const bool for_psnr, const int border_in_pixels, const bool alloc_pyramid);
54 bool alloc_pyramid);
Dresize.c1206 const bool for_psnr, const int border_in_pixels, const bool alloc_pyramid) { in av1_realloc_and_scale_if_required() argument
1226 alloc_pyramid, 0)) in av1_realloc_and_scale_if_required()
1318 bool alloc_pyramid) { in av1_superres_upscale() argument
1366 alloc_pyramid, 0)) { in av1_superres_upscale()
1383 AOM_BORDER_IN_PIXELS, byte_alignment, alloc_pyramid, 0)) in av1_superres_upscale()
/external/libaom/config/riscv64/config/
Daom_scale_rtcd.h69 …uct yv12_buffer_config *ybf, int new_border, int byte_alignment, bool alloc_pyramid, int num_plane…
/external/libaom/config/x86/config/
Daom_scale_rtcd.h69 …uct yv12_buffer_config *ybf, int new_border, int byte_alignment, bool alloc_pyramid, int num_plane…
/external/libaom/config/x86_64/config/
Daom_scale_rtcd.h69 …uct yv12_buffer_config *ybf, int new_border, int byte_alignment, bool alloc_pyramid, int num_plane…
/external/libaom/config/arm/config/
Daom_scale_rtcd.h69 …uct yv12_buffer_config *ybf, int new_border, int byte_alignment, bool alloc_pyramid, int num_plane…
/external/libaom/config/arm64/config/
Daom_scale_rtcd.h69 …uct yv12_buffer_config *ybf, int new_border, int byte_alignment, bool alloc_pyramid, int num_plane…
/external/libaom/av1/
Dav1_cx_iface.c3282 cpi->alloc_pyramid); in encoder_encode()