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
283
void *
current_bc
;
member in struct:macroblockd
/external/libvpx/libvpx/vp8/decoder/
threading.c
74
mbd->
current_bc
= &pbi->mbc[0];
105
else if (!vp8dx_bool_error(xd->
current_bc
))
130
throw_residual = (throw_residual || vp8dx_bool_error(xd->
current_bc
));
347
xd->
current_bc
= &pbi->mbc[mb_row%num_part];
430
vp8dx_bool_error(xd->
current_bc
);
472
xd->corrupted |= vp8dx_bool_error(xd->
current_bc
);
decodframe.c
109
else if (!vp8dx_bool_error(xd->
current_bc
))
134
throw_residual = (throw_residual || vp8dx_bool_error(xd->
current_bc
));
556
xd->
current_bc
= & pbi->mbc[ibc];
608
vp8dx_bool_error(xd->
current_bc
);
647
xd->corrupted |= vp8dx_bool_error(xd->
current_bc
);
[
all
...]
detokenize.c
172
BOOL_DECODER *bc = x->
current_bc
;
Completed in 25 milliseconds