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.c3345 RefCntBuffer *const new_fb_ptr = &cm->buffer_pool->frame_bufs[buffer_idx]; local
3346 if (new_fb_ptr->mvs == NULL || new_fb_ptr->mi_rows < cm->mi_rows ||
3347 new_fb_ptr->mi_cols < cm->mi_cols) {
3348 vpx_free(new_fb_ptr->mvs);
3349 CHECK_MEM_ERROR(cm, new_fb_ptr->mvs,
3351 sizeof(*new_fb_ptr->mvs)));
3352 new_fb_ptr->mi_rows = cm->mi_rows;
3353 new_fb_ptr->mi_cols = cm->mi_cols;
3377 RefCntBuffer *new_fb_ptr = NULL; local
3385 new_fb_ptr = &pool->frame_bufs[new_fb];
[all …]