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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 86 unsigned char **mt_uleft_col; /* mb_rows x 8 */ member in struct:VP8D_COMP
threading.c 331 xd->recon_left[1] = pbi->mt_uleft_col[mb_row];
462 pbi->mt_uleft_col[mb_row][i] =
691 if (pbi->mt_uleft_col) {
693 vpx_free(pbi->mt_uleft_col[i]);
694 pbi->mt_uleft_col[i] = NULL;
696 vpx_free(pbi->mt_uleft_col);
697 pbi->mt_uleft_col = NULL;
767 CALLOC_ARRAY(pbi->mt_uleft_col, pc->mb_rows);
769 CHECK_MEM_ERROR(pbi->mt_uleft_col[i],
844 memset(pbi->mt_uleft_col[j], (unsigned char)129, 8)
    [all...]

Completed in 101 milliseconds