Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c127 if (cm->mi_alloc_size < new_mi_size) { in vp9_alloc_context_buffers()
Dvp9_onyxc_int.h195 int mi_alloc_size; member
Dvp9_postproc.c648 ppstate->prev_mip = vpx_calloc(cm->mi_alloc_size, sizeof(*cm->mip)); in vp9_post_proc_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c62 cm->mi_alloc_size = mi_size; in vp9_dec_alloc_mi()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c280 cm->mi_alloc_size = mi_size; in vp9_enc_alloc_mi()
1528 if (cm->mi_alloc_size < new_mi_size) { in vp9_change_config()