Searched refs:new_fb_ptr (Results 1 – 1 of 1) sorted by relevance
3145 RefCntBuffer *const new_fb_ptr = &cm->buffer_pool->frame_bufs[buffer_idx]; local3146 if (new_fb_ptr->mvs == NULL || new_fb_ptr->mi_rows < cm->mi_rows ||3147 new_fb_ptr->mi_cols < cm->mi_cols) {3148 vpx_free(new_fb_ptr->mvs);3149 CHECK_MEM_ERROR(cm, new_fb_ptr->mvs,3151 sizeof(*new_fb_ptr->mvs)));3152 new_fb_ptr->mi_rows = cm->mi_rows;3153 new_fb_ptr->mi_cols = cm->mi_cols;3177 RefCntBuffer *new_fb_ptr = NULL; local3185 new_fb_ptr = &pool->frame_bufs[new_fb];[all …]