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.h75 MB_MODE_INFO_EXT *mbmi_ext_base; member
Dvp9_encoder.h548 MB_MODE_INFO_EXT *mbmi_ext_base; member
Dvp9_encoder.c949 vpx_free(cpi->mbmi_ext_base); in dealloc_compressor_data()
950 cpi->mbmi_ext_base = NULL; in dealloc_compressor_data()
1376 cpi->mbmi_ext_base = vpx_calloc(mi_size, sizeof(*cpi->mbmi_ext_base)); in alloc_context_buffers_ext()
1377 if (!cpi->mbmi_ext_base) return 1; in alloc_context_buffers_ext()
1438 cpi->td.mb.mbmi_ext_base = cpi->mbmi_ext_base; in update_frame_size()
1439 memset(cpi->mbmi_ext_base, 0, in update_frame_size()
1440 cm->mi_rows * cm->mi_cols * sizeof(*cpi->mbmi_ext_base)); in update_frame_size()
Dvp9_bitstream.c383 cpi->td.mb.mbmi_ext_base + (mi_row * cm->mi_cols + mi_col); in write_modes_b()
Dvp9_encodeframe.c267 x->mbmi_ext = x->mbmi_ext_base + (mi_row * cm->mi_cols + mi_col); in set_mode_info_offsets()