Searched refs:mt_yleft_col (Results 1 – 3 of 3) sorted by relevance
341 … pbi->mt_yleft_col[mb_row][i] = xd->dst.y_buffer [i* recon_y_stride + 15]; in thread_decoding_proc()508 if (pbi->mt_yleft_col) in vp8mt_de_alloc_temp_buffers()512 vpx_free(pbi->mt_yleft_col[i]); in vp8mt_de_alloc_temp_buffers()513 pbi->mt_yleft_col[i] = NULL ; in vp8mt_de_alloc_temp_buffers()515 vpx_free(pbi->mt_yleft_col); in vp8mt_de_alloc_temp_buffers()516 pbi->mt_yleft_col = NULL ; in vp8mt_de_alloc_temp_buffers()582 CHECK_MEM_ERROR(pbi->mt_yleft_col, vpx_malloc(sizeof(unsigned char *) * pc->mb_rows)); in vp8mt_alloc_temp_buffers()584 CHECK_MEM_ERROR(pbi->mt_yleft_col[i], vpx_calloc(sizeof(unsigned char) * 16, 1)); in vp8mt_alloc_temp_buffers()714 vpx_memset(pbi->mt_yleft_col[i], (unsigned char)129, 16); in vp8mt_decode_mb_rows()829 … pbi->mt_yleft_col[mb_row][i] = xd->dst.y_buffer [i* recon_y_stride + 15]; in vp8mt_decode_mb_rows()
106 unsigned char **mt_yleft_col; /* mb_rows x 16 */ member
34 yleft_col = pbi->mt_yleft_col[mb_row]; in vp8mt_build_intra_predictors_mby()165 yleft_col = pbi->mt_yleft_col[mb_row]; in vp8mt_build_intra_predictors_mby_s()630 Left[i] = pbi->mt_yleft_col[mb_row][num + i]; in vp8mt_predict_intra4x4()640 top_left = pbi->mt_yleft_col[mb_row][num-1]; in vp8mt_predict_intra4x4()