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

  /external/libvpx/vp8/decoder/
onyxd_int.h 101 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member in struct:VP8Decompressor
threading.c 86 pbi->mt_current_mb_col[i]=-1;
262 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
385 pbi->mt_current_mb_col[mb_row] = mb_col;
470 vpx_free(pbi->mt_current_mb_col);
471 pbi->mt_current_mb_col = NULL ;
566 CHECK_MEM_ERROR(pbi->mt_current_mb_col, vpx_malloc(sizeof(int) * pc->mb_rows));
743 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
    [all...]
  /external/libvpx/vp8/encoder/
ethreading.c 99 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
246 cpi->mt_current_mb_col[mb_row] = mb_col;
488 CHECK_MEM_ERROR(cpi->mt_current_mb_col,
489 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows));
557 vpx_free(cpi->mt_current_mb_col);
onyx_int.h 595 int * mt_current_mb_col; member in struct:__anon8495
encodeframe.c 489 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
652 cpi->mt_current_mb_col[mb_row] = mb_col;
811 cpi->mt_current_mb_col[i] = -1;
    [all...]

Completed in 48 milliseconds