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

  /external/libvpx/vp8/decoder/
onyxd_int.h 105 unsigned char **mt_yleft_col; /* mb_rows x 16 */ member in struct:VP8Decompressor
threading.c 371 pbi->mt_yleft_col[mb_row][i] = xd->dst.y_buffer [i* recon_y_stride + 15];
551 if (pbi->mt_yleft_col)
555 if (pbi->mt_yleft_col[i])
557 vpx_free(pbi->mt_yleft_col[i]);
558 pbi->mt_yleft_col[i] = NULL ;
561 vpx_free(pbi->mt_yleft_col);
562 pbi->mt_yleft_col = NULL ;
638 CHECK_MEM_ERROR(pbi->mt_yleft_col, vpx_malloc(sizeof(unsigned char *) * pc->mb_rows));
640 CHECK_MEM_ERROR(pbi->mt_yleft_col[i], vpx_calloc(sizeof(unsigned char) * 16, 1));
799 vpx_memset(pbi->mt_yleft_col[i], (unsigned char)129, 16)
    [all...]
reconintra_mt.c 35 yleft_col = pbi->mt_yleft_col[mb_row];
173 yleft_col = pbi->mt_yleft_col[mb_row];
659 Left[i] = pbi->mt_yleft_col[mb_row][num + i];
669 top_left = pbi->mt_yleft_col[mb_row][num-1];

Completed in 30 milliseconds