OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibc
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodeframe.c
507
int
ibc
= 0;
local
557
xd->current_bc = & pbi->mbc[
ibc
];
558
ibc
++;
560
if (
ibc
== num_part)
561
ibc
= 0;
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
decodeframe.c
506
int
ibc
= 0;
local
556
xd->current_bc = & pbi->mbc[
ibc
];
557
ibc
++;
559
if (
ibc
== num_part)
560
ibc
= 0;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c
506
int
ibc
= 0;
local
556
xd->current_bc = & pbi->mbc[
ibc
];
557
ibc
++;
559
if (
ibc
== num_part)
560
ibc
= 0;
[
all
...]
Completed in 1895 milliseconds