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

  /external/libvpx/vp8/decoder/
onyxd_int.h 107 unsigned char **mt_uleft_col; /* mb_rows x 8 */ member in struct:VP8Decompressor
threading.c 344 pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7];
519 if (pbi->mt_uleft_col)
523 vpx_free(pbi->mt_uleft_col[i]);
524 pbi->mt_uleft_col[i] = NULL ;
526 vpx_free(pbi->mt_uleft_col);
527 pbi->mt_uleft_col = NULL ;
586 CHECK_MEM_ERROR(pbi->mt_uleft_col, vpx_malloc(sizeof(unsigned char *) * pc->mb_rows));
588 CHECK_MEM_ERROR(pbi->mt_uleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1));
715 vpx_memset(pbi->mt_uleft_col[i], (unsigned char)129, 8);
    [all...]
reconintra_mt.c 304 uleft_col = pbi->mt_uleft_col[mb_row];
461 uleft_col = pbi->mt_uleft_col[mb_row];

Completed in 229 milliseconds