OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_row_current_mb_col
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
ethreading.c
90
volatile const int *
last_row_current_mb_col
;
local
100
last_row_current_mb_col
= &cpi->mt_current_mb_col[mb_row - 1];
122
while (mb_col > (*
last_row_current_mb_col
- nsync))
encodeframe.c
387
volatile const int *
last_row_current_mb_col
;
local
391
last_row_current_mb_col
= &cpi->mt_current_mb_col[mb_row - 1];
393
last_row_current_mb_col
= &rightmost_col;
468
while (mb_col > (*
last_row_current_mb_col
- nsync))
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
threading.c
298
volatile const int *
last_row_current_mb_col
;
local
350
last_row_current_mb_col
= &pbi->mt_current_mb_col[mb_row -1];
352
last_row_current_mb_col
= &first_row_no_sync_above;
411
while (mb_col > (*
last_row_current_mb_col
- nsync))
Completed in 114 milliseconds