Searched refs:tmp_conv_dst (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ethread.c | 458 cm, thread_data->td->tmp_conv_dst, in create_enc_workers() 460 sizeof(*thread_data->td->tmp_conv_dst))); in create_enc_workers() 572 thread_data->td->mb.tmp_conv_dst = thread_data->td->tmp_conv_dst; in prepare_enc_workers() 578 thread_data->td->mb.e_mbd.tmp_conv_dst = thread_data->td->mb.tmp_conv_dst; in prepare_enc_workers()
|
D | block.h | 295 CONV_BUF_TYPE *tmp_conv_dst; member
|
D | reconinter_enc.c | 140 0, plane, xd->tmp_conv_dst, tmp_dst_stride, is_compound, xd->bd); in build_inter_predictors() 198 0, plane, xd->tmp_conv_dst, MAX_SB_SIZE, is_compound, xd->bd); in build_inter_predictors()
|
D | encoder.c | 590 aom_free(cpi->td.mb.tmp_conv_dst); in dealloc_compressor_data() 2467 if (x->tmp_conv_dst == NULL) { in av1_change_config() 2469 cm, x->tmp_conv_dst, in av1_change_config() 2470 aom_memalign(32, MAX_SB_SIZE * MAX_SB_SIZE * sizeof(*x->tmp_conv_dst))); in av1_change_config() 2471 x->e_mbd.tmp_conv_dst = x->tmp_conv_dst; in av1_change_config() 3090 aom_free(thread_data->td->tmp_conv_dst); in av1_remove_compressor()
|
D | encoder.h | 601 CONV_BUF_TYPE *tmp_conv_dst; member
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.h | 59 CONV_BUF_TYPE *tmp_conv_dst; member
|
D | decodeframe.c | 698 0, plane, xd->tmp_conv_dst, tmp_dst_stride, is_compound, xd->bd); in dec_build_inter_predictors() 803 0, plane, xd->tmp_conv_dst, MAX_SB_SIZE, is_compound, xd->bd); in dec_build_inter_predictors() 3205 td->xd.tmp_conv_dst = td->tmp_conv_dst; in decode_tiles() 3741 aom_free(thread_data->tmp_conv_dst); in av1_free_mc_tmp_buf() 3742 thread_data->tmp_conv_dst = NULL; in av1_free_mc_tmp_buf() 3764 CHECK_MEM_ERROR(cm, thread_data->tmp_conv_dst, in allocate_mc_tmp_buf() 3766 sizeof(*thread_data->tmp_conv_dst))); in allocate_mc_tmp_buf() 3787 thread_data->td->xd.tmp_conv_dst = thread_data->td->tmp_conv_dst; in reset_dec_workers()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 592 CONV_BUF_TYPE *tmp_conv_dst; member
|