Searched refs:pic_size (Results 1 – 11 of 11) sorted by relevance
/external/libavc/test/encoder/ |
D | recon.c | 89 WORD32 pic_size; in allocate_recon() local 100 pic_size = luma_size + chroma_size * 2; in allocate_recon() 105 pu1_buf = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); in allocate_recon() 110 pic_size); in allocate_recon() 114 ps_app_ctxt->as_recon_buf[i].u4_buf_size = pic_size; in allocate_recon() 120 pu1_buf = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); in allocate_recon() 125 pic_size); in allocate_recon() 129 ps_app_ctxt->u4_psnr_buf_size = pic_size; in allocate_recon()
|
D | input.c | 232 WORD32 pic_size; in allocate_input() local 247 pic_size = luma_size + chroma_size; in allocate_input() 257 pu1_buf[0] = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); in allocate_input() 262 pic_size); in allocate_input() 285 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 | 478 WORD32 pic_size = wd * ht; in ih264e_get_min_level() local 482 if ((pic_size <= gai4_ih264_max_luma_pic_size[i]) && in ih264e_get_min_level() 607 WORD32 ih264e_get_dpb_size(WORD32 level, WORD32 pic_size) in ih264e_get_dpb_size() argument 625 MIN( 1024 * max_dpb_size_bytes / ( pic_size * 3 ), MAX_DPB_SIZE ); in ih264e_get_dpb_size() 660 WORD32 ih264e_get_total_pic_buf_size(WORD32 pic_size, in ih264e_get_total_pic_buf_size() argument 686 num_luma_samples = MAX(num_luma_samples, pic_size); in ih264e_get_total_pic_buf_size()
|
/external/libaom/libaom/av1/encoder/ |
D | level.c | 431 static int store_frame_record(int64_t ts_start, int64_t ts_end, int pic_size, in store_frame_record() argument 444 record->pic_size = pic_size; in store_frame_record() 490 decoded_samples += record->pic_size; in scan_past_frames() 493 display_samples += record->pic_size; in scan_past_frames()
|
D | level.h | 40 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 | 1072 const uint32_t pic_size = width * height; in log_tile_cols_from_picsize_level() local 1075 if (vp9_level_defs[i].max_luma_picture_size >= pic_size && in log_tile_cols_from_picsize_level()
|
D | vp9_ratectrl.c | 2384 const uint32_t pic_size = cpi->common.width * cpi->common.height; in vp9_rc_set_gf_interval_range() local 2389 if (vp9_level_defs[i].max_luma_picture_size >= pic_size && in vp9_rc_set_gf_interval_range()
|