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.c142 if (cm->mi_alloc_size < new_mi_size) { in vp9_alloc_context_buffers()
Dvp9_onyxc_int.h194 int mi_alloc_size; member
Dvp9_postproc.c318 ppstate->prev_mip = vpx_calloc(cm->mi_alloc_size, sizeof(*cm->mip)); in vp9_post_proc_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c61 cm->mi_alloc_size = mi_size; in vp9_dec_alloc_mi()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c692 cm->mi_alloc_size = mi_size; in vp9_enc_alloc_mi()
1884 if (cm->mi_alloc_size < new_mi_size) { in vp9_change_config()
1890 } else if (cm->mi_alloc_size == new_mi_size && in vp9_change_config()