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

  /external/libvpx/vp8/decoder/
onyxd_int.h 32 int current_mb_col; member in struct:__anon5274
97 int *current_mb_col; //Each row remembers its already decoded column. member in struct:VP8Decompressor
threading.c 80 pbi->current_mb_col[i]=-1;
143 pbi->current_mb_col[i]=-1;
194 last_row_current_mb_col = &pbi->current_mb_col[mb_row -1];
262 //pbi->mb_row_di[ithread].current_mb_col = mb_col;
263 pbi->current_mb_col[mb_row] = mb_col;
343 last_row_current_mb_col = &pbi->current_mb_col[mb_row -1];
384 pbi->current_mb_col[mb_row] = mb_col;
431 CHECK_MEM_ERROR(pbi->current_mb_col, vpx_malloc(sizeof(int) * MAX_ROWS)); // pc->mb_rows));
523 if (pbi->current_mb_col)
525 vpx_free(pbi->current_mb_col);
    [all...]
  /external/libvpx/vp8/encoder/
ethreading.c 66 last_row_current_mb_col = &cpi->mb_row_ei[ithread-1].current_mb_col;
186 cpi->mb_row_ei[ithread].current_mb_col = mb_col;
onyx_int.h 193 int current_mb_col; member in struct:__anon5294
encodeframe.c 718 cpi->mb_row_ei[i].current_mb_col = -1;
    [all...]

Completed in 136 milliseconds