Home
last modified time | relevance | path

Searched refs:vpx_free (Results 1 – 25 of 49) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c56 vpx_free(cm->seg_map_array[i]); in free_seg_map()
74 vpx_free(pool->frame_bufs[i].mvs); in vp9_free_ref_frame_buffers()
84 vpx_free(cm->postproc_state.limits); in vp9_free_postproc_buffers()
86 vpx_free(cm->postproc_state.generated_noise); in vp9_free_postproc_buffers()
96 vpx_free(cm->above_context); in vp9_free_context_buffers()
98 vpx_free(cm->above_seg_context); in vp9_free_context_buffers()
100 vpx_free(cm->lf.lfm); in vp9_free_context_buffers()
105 vpx_free(cm->lf.lfm); in vp9_alloc_loop_filter()
133 vpx_free(cm->above_context); in vp9_alloc_context_buffers()
139 vpx_free(cm->above_seg_context); in vp9_alloc_context_buffers()
[all …]
Dvp9_frame_buffers.c33 vpx_free(list->int_fb[i].data); in vp9_free_internal_frame_buffers()
36 vpx_free(list->int_fb); in vp9_free_internal_frame_buffers()
55 vpx_free(int_fb_list->int_fb[i].data); in vp9_get_frame_buffer()
Dvp9_thread_common.c295 vpx_free(lf_sync->mutex_); in vp9_loop_filter_dealloc()
301 vpx_free(lf_sync->cond_); in vp9_loop_filter_dealloc()
304 vpx_free(lf_sync->lfdata); in vp9_loop_filter_dealloc()
305 vpx_free(lf_sync->cur_sb_col); in vp9_loop_filter_dealloc()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.c46 vpx_free(ctx->zcoeff_blk); in free_mode_context()
50 vpx_free(ctx->coeff[i][k]); in free_mode_context()
52 vpx_free(ctx->qcoeff[i][k]); in free_mode_context()
54 vpx_free(ctx->dqcoeff[i][k]); in free_mode_context()
56 vpx_free(ctx->eobs[i][k]); in free_mode_context()
99 vpx_free(td->leaf_tree); in vp9_setup_pc_tree()
102 vpx_free(td->pc_tree); in vp9_setup_pc_tree()
148 vpx_free(td->pc_tree); in vp9_free_pc_tree()
150 vpx_free(td->leaf_tree); in vp9_free_pc_tree()
Dvp9_encoder.c708 vpx_free(cm->mip); in vp9_enc_free_mi()
710 vpx_free(cm->prev_mip); in vp9_enc_free_mi()
712 vpx_free(cm->mi_grid_base); in vp9_enc_free_mi()
714 vpx_free(cm->prev_mi_grid_base); in vp9_enc_free_mi()
757 vpx_free(cpi->mbmi_ext_base); in dealloc_compressor_data()
760 vpx_free(cpi->tile_data); in dealloc_compressor_data()
763 vpx_free(cpi->segmentation_map); in dealloc_compressor_data()
765 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in dealloc_compressor_data()
768 vpx_free(cpi->nmvcosts[0]); in dealloc_compressor_data()
769 vpx_free(cpi->nmvcosts[1]); in dealloc_compressor_data()
[all …]
Dvp9_alt_ref_aq.c22 void vp9_alt_ref_aq_destroy(struct ALT_REF_AQ *const self) { vpx_free(self); } in vp9_alt_ref_aq_destroy()
Dvp9_multi_thread.c123 if (multi_thread_ctxt->job_queue) vpx_free(multi_thread_ctxt->job_queue); in vp9_row_mt_mem_dealloc()
151 vpx_free(this_tile->row_base_thresh_freq_fact); in vp9_row_mt_mem_dealloc()
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c562 vpx_free(cpi->h_event_start_encoding); in vp8cx_create_encoder_threads()
563 vpx_free(cpi->h_event_end_encoding); in vp8cx_create_encoder_threads()
564 vpx_free(cpi->h_encoding_thread); in vp8cx_create_encoder_threads()
565 vpx_free(cpi->mb_row_ei); in vp8cx_create_encoder_threads()
566 vpx_free(cpi->en_thread_data); in vp8cx_create_encoder_threads()
594 vpx_free(cpi->h_event_start_encoding); in vp8cx_create_encoder_threads()
595 vpx_free(cpi->h_event_end_encoding); in vp8cx_create_encoder_threads()
596 vpx_free(cpi->h_encoding_thread); in vp8cx_create_encoder_threads()
597 vpx_free(cpi->mb_row_ei); in vp8cx_create_encoder_threads()
598 vpx_free(cpi->en_thread_data); in vp8cx_create_encoder_threads()
[all …]
Donyx_if.c413 vpx_free(cpi->tplist); in dealloc_compressor_data()
417 vpx_free(cpi->lfmv); in dealloc_compressor_data()
420 vpx_free(cpi->lf_ref_frame_sign_bias); in dealloc_compressor_data()
423 vpx_free(cpi->lf_ref_frame); in dealloc_compressor_data()
427 vpx_free(cpi->segmentation_map); in dealloc_compressor_data()
430 vpx_free(cpi->active_map); in dealloc_compressor_data()
439 vpx_free(cpi->tok); in dealloc_compressor_data()
443 vpx_free(cpi->gf_active_flags); in dealloc_compressor_data()
447 vpx_free(cpi->mb_activity_map); in dealloc_compressor_data()
450 vpx_free(cpi->mb.pip); in dealloc_compressor_data()
[all …]
/external/libvpx/libvpx/vp8/common/
Dalloccommon.c33 vpx_free(oci->pp_limits_buffer); in vp8_de_alloc_frame_buffers()
36 vpx_free(oci->postproc_state.generated_noise); in vp8_de_alloc_frame_buffers()
40 vpx_free(oci->above_context); in vp8_de_alloc_frame_buffers()
41 vpx_free(oci->mip); in vp8_de_alloc_frame_buffers()
43 vpx_free(oci->prev_mip); in vp8_de_alloc_frame_buffers()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c650 vpx_free(pbi->mt_current_mb_col); in vp8mt_de_alloc_temp_buffers()
656 vpx_free(pbi->mt_yabove_row[i]); in vp8mt_de_alloc_temp_buffers()
659 vpx_free(pbi->mt_yabove_row); in vp8mt_de_alloc_temp_buffers()
665 vpx_free(pbi->mt_uabove_row[i]); in vp8mt_de_alloc_temp_buffers()
668 vpx_free(pbi->mt_uabove_row); in vp8mt_de_alloc_temp_buffers()
674 vpx_free(pbi->mt_vabove_row[i]); in vp8mt_de_alloc_temp_buffers()
677 vpx_free(pbi->mt_vabove_row); in vp8mt_de_alloc_temp_buffers()
684 vpx_free(pbi->mt_yleft_col[i]); in vp8mt_de_alloc_temp_buffers()
687 vpx_free(pbi->mt_yleft_col); in vp8mt_de_alloc_temp_buffers()
693 vpx_free(pbi->mt_uleft_col[i]); in vp8mt_de_alloc_temp_buffers()
[all …]
/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc82 vpx_free(diff); in TEST_P()
83 vpx_free(pred); in TEST_P()
84 vpx_free(src); in TEST_P()
Dconsistency_test.cc55 vpx_free(source_data_[0]); in TearDownTestCase()
57 vpx_free(reference_data_[0]); in TearDownTestCase()
59 vpx_free(source_data_[1]); in TearDownTestCase()
61 vpx_free(reference_data_[1]); in TearDownTestCase()
Dadd_noise_test.cc91 vpx_free(s); in TEST_P()
120 vpx_free(d); in TEST_P()
121 vpx_free(s); in TEST_P()
Davg_test.cc41 vpx_free(source_data_); in TearDownTestCase()
145 vpx_free(hbuf_c_); in TearDown()
147 vpx_free(hbuf_asm_); in TearDown()
208 vpx_free(src_); in TearDown()
258 vpx_free(coeff_); in TearDown()
259 vpx_free(dqcoeff_); in TearDown()
Dvp9_quantize_test.cc92 vpx_free(zbin_ptr_); in ~VP9QuantizeBase()
93 vpx_free(round_fp_ptr_); in ~VP9QuantizeBase()
94 vpx_free(quant_fp_ptr_); in ~VP9QuantizeBase()
95 vpx_free(round_ptr_); in ~VP9QuantizeBase()
96 vpx_free(quant_ptr_); in ~VP9QuantizeBase()
97 vpx_free(quant_shift_ptr_); in ~VP9QuantizeBase()
98 vpx_free(dequant_ptr_); in ~VP9QuantizeBase()
Dset_roi.cc162 if (cpi.segmentation_map) vpx_free(cpi.segmentation_map); in TEST()
163 if (roi_map) vpx_free(roi_map); in TEST()
Dblockiness_test.cc48 vpx_free(source_data_); in TearDownTestCase()
50 vpx_free(reference_data_); in TearDownTestCase()
Dsad_test.cc93 vpx_free(source_data8_); in TearDown()
95 vpx_free(reference_data8_); in TearDown()
97 vpx_free(second_pred8_); in TearDown()
99 vpx_free(source_data16_); in TearDown()
101 vpx_free(reference_data16_); in TearDown()
103 vpx_free(second_pred16_); in TearDown()
Dconvolve_test.cc363 vpx_free(input_ - 1); in TearDownTestCase()
365 vpx_free(output_); in TearDownTestCase()
367 vpx_free(output_ref_); in TearDownTestCase()
370 vpx_free(input16_ - 1); in TearDownTestCase()
372 vpx_free(output16_); in TearDownTestCase()
374 vpx_free(output16_ref_); in TearDownTestCase()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c68 vpx_free(cm->mip); in vp9_dec_free_mi()
70 vpx_free(cm->mi_grid_base); in vp9_dec_free_mi()
128 vpx_free(pbi->lf_worker.data1); in vp9_decoder_remove()
135 vpx_free(pbi->tile_worker_data); in vp9_decoder_remove()
136 vpx_free(pbi->tile_workers); in vp9_decoder_remove()
143 vpx_free(pbi); in vp9_decoder_remove()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c33 vpx_free(ybf->buffer_alloc); in vp8_yv12_de_alloc_frame_buffer()
123 vpx_free(ybf->buffer_alloc); in vpx_free_frame_buffer()
200 vpx_free(ybf->buffer_alloc); in vpx_realloc_frame_buffer()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.c116 vpx_free(worker->impl_); in reset()
151 vpx_free(worker->impl_); in end()
/external/libvpx/libvpx/vpx_mem/
Dvpx_mem.h31 void vpx_free(void *memblk);
Dvpx_mem.c79 void vpx_free(void *memblk) { in vpx_free() function

12