Home | History | Annotate | Download | only in decoder

Lines Matching refs:mt_current_mb_col

90         pbi->mt_current_mb_col[i]=-1;
280 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
406 pbi->mt_current_mb_col[mb_row] = mb_col;
501 if (pbi->mt_current_mb_col)
503 vpx_free(pbi->mt_current_mb_col);
504 pbi->mt_current_mb_col = NULL ;
622 CHECK_MEM_ERROR(pbi->mt_current_mb_col, vpx_malloc(sizeof(int) * pc->mb_rows));
829 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
952 pbi->mt_current_mb_col[mb_row] = mb_col;