HomeSort by relevance Sort by last modified time
    Searched refs:mt_current_mb_col (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/decoder/
onyxd_int.h 100 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member in struct:VP8Decompressor
threading.c 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];
    [all...]

Completed in 30 milliseconds