Home
last modified time | relevance | path

Searched refs:mbmi_ext_base (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h61 MB_MODE_INFO_EXT *mbmi_ext_base; member
Dvp9_encoder.c340 vpx_free(cpi->mbmi_ext_base); in dealloc_compressor_data()
341 cpi->mbmi_ext_base = NULL; in dealloc_compressor_data()
685 cpi->mbmi_ext_base = vpx_calloc(mi_size, sizeof(*cpi->mbmi_ext_base)); in alloc_context_buffers_ext()
686 if (!cpi->mbmi_ext_base) in alloc_context_buffers_ext()
740 cpi->td.mb.mbmi_ext_base = cpi->mbmi_ext_base; in update_frame_size()
741 memset(cpi->mbmi_ext_base, 0, in update_frame_size()
742 cm->mi_rows * cm->mi_cols * sizeof(*cpi->mbmi_ext_base)); in update_frame_size()
Dvp9_encoder.h297 MB_MODE_INFO_EXT *mbmi_ext_base; member
Dvp9_bitstream.c387 cpi->td.mb.mbmi_ext = cpi->td.mb.mbmi_ext_base + in write_modes_b()
Dvp9_encodeframe.c181 x->mbmi_ext = x->mbmi_ext_base + (mi_row * cm->mi_cols + mi_col); in set_mode_info_offsets()