OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mb_row_di
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/decoder/
onyxd_int.h
107
MB_ROW_DEC *
mb_row_di
;
member in struct:VP8Decompressor
threading.c
191
pbi->
mb_row_di
[ithread].mb_row = mb_row;
192
pbi->
mb_row_di
[ithread].mbd.current_bc = &pbi->mbc[mb_row%num_part];
262
//pbi->
mb_row_di
[ithread].current_mb_col = mb_col;
427
CHECK_MEM_ERROR(pbi->
mb_row_di
, vpx_memalign(32, sizeof(MB_ROW_DEC) * pbi->decoding_thread_count));
428
vpx_memset(pbi->
mb_row_di
, 0, sizeof(MB_ROW_DEC) * pbi->decoding_thread_count);
441
pbi->de_thread_data[ithread].ptr2 = (void *) &pbi->
mb_row_di
[ithread];
511
if (pbi->
mb_row_di
)
513
vpx_free(pbi->
mb_row_di
);
514
pbi->
mb_row_di
= NULL ;
581
vp8_setup_decoding_thread_data(pbi, xd, pbi->
mb_row_di
, pbi->decoding_thread_count)
[
all
...]
Completed in 105 milliseconds