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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_int.h 98 unsigned char **mt_uleft_col; /* mb_rows x 8 */ member in struct:VP8D_COMP
threading.c 375 xd->recon_left[1] = pbi->mt_uleft_col[mb_row];
516 pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7];
750 if (pbi->mt_uleft_col)
754 vpx_free(pbi->mt_uleft_col[i]);
755 pbi->mt_uleft_col[i] = NULL ;
757 vpx_free(pbi->mt_uleft_col);
758 pbi->mt_uleft_col = NULL ;
817 CALLOC_ARRAY(pbi->mt_uleft_col, pc->mb_rows);
819 CHECK_MEM_ERROR(pbi->mt_uleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1));
892 vpx_memset(pbi->mt_uleft_col[j], (unsigned char)129, 8)
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 98 unsigned char **mt_uleft_col; /* mb_rows x 8 */ member in struct:VP8D_COMP
threading.c 375 xd->recon_left[1] = pbi->mt_uleft_col[mb_row];
516 pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7];
750 if (pbi->mt_uleft_col)
754 vpx_free(pbi->mt_uleft_col[i]);
755 pbi->mt_uleft_col[i] = NULL ;
757 vpx_free(pbi->mt_uleft_col);
758 pbi->mt_uleft_col = NULL ;
817 CALLOC_ARRAY(pbi->mt_uleft_col, pc->mb_rows);
819 CHECK_MEM_ERROR(pbi->mt_uleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1));
892 vpx_memset(pbi->mt_uleft_col[j], (unsigned char)129, 8)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_int.h 98 unsigned char **mt_uleft_col; /* mb_rows x 8 */ member in struct:VP8D_COMP
threading.c 375 xd->recon_left[1] = pbi->mt_uleft_col[mb_row];
516 pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7];
750 if (pbi->mt_uleft_col)
754 vpx_free(pbi->mt_uleft_col[i]);
755 pbi->mt_uleft_col[i] = NULL ;
757 vpx_free(pbi->mt_uleft_col);
758 pbi->mt_uleft_col = NULL ;
817 CALLOC_ARRAY(pbi->mt_uleft_col, pc->mb_rows);
819 CHECK_MEM_ERROR(pbi->mt_uleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1));
892 vpx_memset(pbi->mt_uleft_col[j], (unsigned char)129, 8)
    [all...]

Completed in 1661 milliseconds