OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mb_row_left_context
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/encoder/
ethreading.c
59
ENTROPY_CONTEXT_PLANES
mb_row_left_context
;
local
103
xd->left_context = &
mb_row_left_context
;
105
vp8_zero(
mb_row_left_context
);
/external/libvpx/vp8/decoder/
threading.c
222
ENTROPY_CONTEXT_PLANES
mb_row_left_context
;
local
269
xd->left_context = &
mb_row_left_context
;
270
vpx_memset(&
mb_row_left_context
, 0, sizeof(
mb_row_left_context
));
[
all
...]
Completed in 52 milliseconds