Home
last modified time | relevance | path

Searched refs:tmp_conv_dst (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dethread.c473 cm, thread_data->td->tmp_conv_dst, in create_enc_workers()
475 sizeof(*thread_data->td->tmp_conv_dst))); in create_enc_workers()
605 thread_data->td->mb.tmp_conv_dst = thread_data->td->tmp_conv_dst; in prepare_enc_workers()
611 thread_data->td->mb.e_mbd.tmp_conv_dst = thread_data->td->mb.tmp_conv_dst; in prepare_enc_workers()
Dblock.h297 CONV_BUF_TYPE *tmp_conv_dst; member
Dreconinter_enc.c105 0, AOM_PLANE_Y, xd->tmp_conv_dst, MAX_SB_SIZE, false, xd->bd); in av1_enc_build_inter_predictor_y()
Dencoder.c891 aom_free(cpi->td.mb.tmp_conv_dst); in dealloc_compressor_data()
2883 if (x->tmp_conv_dst == NULL) { in av1_change_config()
2885 cm, x->tmp_conv_dst, in av1_change_config()
2886 aom_memalign(32, MAX_SB_SIZE * MAX_SB_SIZE * sizeof(*x->tmp_conv_dst))); in av1_change_config()
2887 x->e_mbd.tmp_conv_dst = x->tmp_conv_dst; in av1_change_config()
3616 aom_free(thread_data->td->tmp_conv_dst); in av1_remove_compressor()
Dencoder.h740 CONV_BUF_TYPE *tmp_conv_dst; member
/external/libaom/libaom/av1/decoder/
Ddecoder.h58 CONV_BUF_TYPE *tmp_conv_dst; member
Ddecodeframe.c2823 td->xd.tmp_conv_dst = td->tmp_conv_dst; in decode_tiles()
3361 aom_free(thread_data->tmp_conv_dst); in av1_free_mc_tmp_buf()
3362 thread_data->tmp_conv_dst = NULL; in av1_free_mc_tmp_buf()
3385 CHECK_MEM_ERROR(cm, thread_data->tmp_conv_dst, in allocate_mc_tmp_buf()
3387 sizeof(*thread_data->tmp_conv_dst))); in allocate_mc_tmp_buf()
3409 thread_data->td->xd.tmp_conv_dst = thread_data->td->tmp_conv_dst; in reset_dec_workers()
/external/libaom/libaom/av1/common/
Dreconinter.c821 ref, plane, xd->tmp_conv_dst, tmp_dst_stride, is_compound, xd->bd); in build_inter_predictors_sub8x8()
876 ref, plane, xd->tmp_conv_dst, MAX_SB_SIZE, is_compound, xd->bd); in build_inter_predictors_8x8_and_bigger()
Dblockd.h672 CONV_BUF_TYPE *tmp_conv_dst; member