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

  /external/libvpx/vp8/decoder/
onyxd_int.h 111 DECODETHREAD_DATA *de_thread_data; member in struct:VP8Decompressor
threading.c 443 CHECK_MEM_ERROR(pbi->de_thread_data, vpx_malloc(sizeof(DECODETHREAD_DATA) * pbi->decoding_thread_count));
449 pbi->de_thread_data[ithread].ithread = ithread;
450 pbi->de_thread_data[ithread].ptr1 = (void *)pbi;
451 pbi->de_thread_data[ithread].ptr2 = (void *) &pbi->mb_row_di[ithread];
453 pthread_create(&pbi->h_decoding_thread[ithread], 0, thread_decoding_proc, (&pbi->de_thread_data[ithread]));
629 vpx_free(pbi->de_thread_data);
630 pbi->de_thread_data = NULL;
    [all...]

Completed in 29 milliseconds