Searched refs:pic_size (Results 1 – 11 of 11) sorted by relevance
/external/libavc/test/encoder/ |
D | recon.c | 90 WORD32 pic_size; in allocate_recon() local 101 pic_size = luma_size + chroma_size * 2; in allocate_recon() 106 pu1_buf = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); in allocate_recon() 111 pic_size); in allocate_recon() 115 ps_app_ctxt->as_recon_buf[i].u4_buf_size = pic_size; in allocate_recon() 121 pu1_buf = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); in allocate_recon() 126 pic_size); in allocate_recon() 130 ps_app_ctxt->u4_psnr_buf_size = pic_size; in allocate_recon()
|
D | input.c | 233 WORD32 pic_size; in allocate_input() local 248 pic_size = luma_size + chroma_size; in allocate_input() 258 pu1_buf[0] = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); in allocate_input() 263 pic_size); in allocate_input() 286 ps_app_ctxt->as_input_buf[i].u4_buf_size = pic_size; in allocate_input()
|
/external/libhevc/decoder/ |
D | ihevcd_utils.c | 251 WORD32 pic_size; in ihevcd_get_pic_mv_bank_size() local 256 pic_size = num_luma_samples; in ihevcd_get_pic_mv_bank_size() 259 num_pu = pic_size / (MIN_PU_SIZE * MIN_PU_SIZE); in ihevcd_get_pic_mv_bank_size() 260 num_ctb = pic_size / (MIN_CTB_SIZE * MIN_CTB_SIZE); in ihevcd_get_pic_mv_bank_size() 660 WORD32 pic_size; in ihevcd_mv_buf_mgr_add_bufs() local 661 pic_size = ALIGN64(ps_sps->i2_pic_width_in_luma_samples) * in ihevcd_mv_buf_mgr_add_bufs() 665 num_pu = pic_size / (MIN_PU_SIZE * MIN_PU_SIZE); in ihevcd_mv_buf_mgr_add_bufs() 666 num_ctb = pic_size / (MIN_CTB_SIZE * MIN_CTB_SIZE); in ihevcd_mv_buf_mgr_add_bufs() 975 WORD32 pic_size; in ihevcd_parse_pic_init() local 979 pic_size = ALIGN64(ps_sps->i2_pic_width_in_luma_samples) * in ihevcd_parse_pic_init() [all …]
|
D | ihevcd_utils.h | 41 WORD32 ihevcd_get_dpb_size(WORD32 level, WORD32 pic_size);
|
/external/libavc/encoder/ |
D | ih264e_utils.h | 156 WORD32 ih264e_get_dpb_size(WORD32 level, WORD32 pic_size); 188 WORD32 ih264e_get_total_pic_buf_size(WORD32 pic_size, WORD32 level,
|
D | ih264e_utils.c | 485 WORD32 pic_size = wd * ht; in ih264e_get_min_level() local 489 if ((pic_size <= gai4_ih264_max_luma_pic_size[i]) && in ih264e_get_min_level() 614 WORD32 ih264e_get_dpb_size(WORD32 level, WORD32 pic_size) in ih264e_get_dpb_size() argument 632 MIN( 1024 * max_dpb_size_bytes / ( pic_size * 3 ), MAX_DPB_SIZE ); in ih264e_get_dpb_size() 667 WORD32 ih264e_get_total_pic_buf_size(WORD32 pic_size, in ih264e_get_total_pic_buf_size() argument 693 num_luma_samples = MAX(num_luma_samples, pic_size); in ih264e_get_total_pic_buf_size()
|
/external/libaom/libaom/av1/encoder/ |
D | level.c | 714 const int pic_size = upscaled_width * height; in av1_init_level_info() local 719 pic_size > spec->max_picture_size) { in av1_init_level_info() 962 size_t encoded_size, int pic_size, in store_frame_record() argument 976 record->pic_size = pic_size; in store_frame_record() 1024 decoded_samples += record->pic_size; in scan_past_frames() 1027 display_samples += record->pic_size; in scan_past_frames()
|
D | level.h | 41 int pic_size; member
|
/external/libhevc/test/encoder/ |
D | main.c | 797 WORD32 pic_size = y_sz + uv_sz; in allocate_input() local 801 pu1_buf = (UWORD8 *)_aligned_malloc(pic_size, 64); in allocate_input() 803 posix_memalign((void **)&pu1_buf, 64, pic_size); in allocate_input()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 1083 const uint32_t pic_size = width * height; in log_tile_cols_from_picsize_level() local 1086 if (vp9_level_defs[i].max_luma_picture_size >= pic_size && in log_tile_cols_from_picsize_level()
|
D | vp9_ratectrl.c | 2511 const uint32_t pic_size = cpi->common.width * cpi->common.height; in vp9_rc_set_gf_interval_range() local 2516 if (vp9_level_defs[i].max_luma_picture_size >= pic_size && in vp9_rc_set_gf_interval_range()
|