OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mt_current_mb_col
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
65
int *
mt_current_mb_col
; /* Each row remembers its already decoded column. */
member in struct:VP8D_COMP
threading.c
89
pbi->
mt_current_mb_col
[i] = -1;
358
last_row_current_mb_col = &pbi->
mt_current_mb_col
[mb_row -1];
362
current_mb_col = &pbi->
mt_current_mb_col
[mb_row];
709
vpx_free(pbi->
mt_current_mb_col
);
710
pbi->
mt_current_mb_col
= NULL ;
805
CALLOC_ARRAY(pbi->
mt_current_mb_col
, pc->mb_rows);
/external/libvpx/libvpx/vp8/encoder/
ethreading.c
91
volatile int *current_mb_col = &cpi->
mt_current_mb_col
[mb_row];
100
last_row_current_mb_col = &cpi->
mt_current_mb_col
[mb_row - 1];
encodeframe.c
388
volatile int *current_mb_col = &cpi->
mt_current_mb_col
[mb_row];
391
last_row_current_mb_col = &cpi->
mt_current_mb_col
[mb_row - 1];
811
cpi->
mt_current_mb_col
[i] = -1;
[
all
...]
onyx_int.h
534
int *
mt_current_mb_col
;
member in struct:VP8_COMP
onyx_if.c
363
vpx_free(cpi->
mt_current_mb_col
);
364
cpi->
mt_current_mb_col
= NULL;
[
all
...]
Completed in 132 milliseconds