Lines Matching refs:mt_uleft_col
374 … pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7]; in vp8_thread_decoding_proc()
565 if (pbi->mt_uleft_col) in vp8mt_de_alloc_temp_buffers()
569 if (pbi->mt_uleft_col[i]) in vp8mt_de_alloc_temp_buffers()
571 vpx_free(pbi->mt_uleft_col[i]); in vp8mt_de_alloc_temp_buffers()
572 pbi->mt_uleft_col[i] = NULL ; in vp8mt_de_alloc_temp_buffers()
575 vpx_free(pbi->mt_uleft_col); in vp8mt_de_alloc_temp_buffers()
576 pbi->mt_uleft_col = NULL ; in vp8mt_de_alloc_temp_buffers()
642 CHECK_MEM_ERROR(pbi->mt_uleft_col, vpx_malloc(sizeof(unsigned char *) * pc->mb_rows)); in vp8mt_alloc_temp_buffers()
644 CHECK_MEM_ERROR(pbi->mt_uleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1)); in vp8mt_alloc_temp_buffers()
800 vpx_memset(pbi->mt_uleft_col[i], (unsigned char)129, 8); in vp8mt_decode_mb_rows()
921 … pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7]; in vp8mt_decode_mb_rows()