Home | History | Annotate | Download | only in decoder

Lines Matching refs:de_thread_data

469         CHECK_MEM_ERROR(pbi->de_thread_data, vpx_malloc(sizeof(DECODETHREAD_DATA) * pbi->decoding_thread_count));
475 pbi->de_thread_data[ithread].ithread = ithread;
476 pbi->de_thread_data[ithread].ptr1 = (void *)pbi;
477 pbi->de_thread_data[ithread].ptr2 = (void *) &pbi->mb_row_di[ithread];
479 pthread_create(&pbi->h_decoding_thread[ithread], 0, vp8_thread_decoding_proc, (&pbi->de_thread_data[ithread]));
701 if (pbi->de_thread_data)
703 vpx_free(pbi->de_thread_data);
704 pbi->de_thread_data = NULL;