Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2996 RefCntBuffer *const new_fb_ptr = &cm->buffer_pool->frame_bufs[buffer_idx]; local
2997 if (new_fb_ptr->mvs == NULL || new_fb_ptr->mi_rows < cm->mi_rows ||
2998 new_fb_ptr->mi_cols < cm->mi_cols) {
2999 vpx_free(new_fb_ptr->mvs);
3000 CHECK_MEM_ERROR(cm, new_fb_ptr->mvs,
3002 sizeof(*new_fb_ptr->mvs)));
3003 new_fb_ptr->mi_rows = cm->mi_rows;
3004 new_fb_ptr->mi_cols = cm->mi_cols;
3028 RefCntBuffer *new_fb_ptr = NULL; local
3036 new_fb_ptr = &pool->frame_bufs[new_fb];
[all …]