OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_bc
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
blockd.h
277
void *
current_bc
;
member in struct:macroblockd
/external/libvpx/libvpx/vp8/decoder/
threading.c
71
mbd->
current_bc
= &pbi->mbc[0];
98
} else if (!vp8dx_bool_error(xd->
current_bc
)) {
119
throw_residual = (throw_residual || vp8dx_bool_error(xd->
current_bc
));
302
xd->
current_bc
= &pbi->mbc[mb_row % num_part];
380
vp8dx_bool_error(xd->
current_bc
);
419
xd->corrupted |= vp8dx_bool_error(xd->
current_bc
);
decodeframe.c
106
} else if (!vp8dx_bool_error(xd->
current_bc
)) {
127
throw_residual = (throw_residual || vp8dx_bool_error(xd->
current_bc
));
488
xd->
current_bc
= &pbi->mbc[ibc];
538
vp8dx_bool_error(xd->
current_bc
);
581
xd->corrupted |= vp8dx_bool_error(xd->
current_bc
);
[
all
...]
detokenize.c
139
BOOL_DECODER *bc = x->
current_bc
;
Completed in 367 milliseconds