OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_cost_branch
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
treewriter.h
50
static INLINE unsigned int
vp8_cost_branch
(const unsigned int ct[2], vp8_prob p)
function
encodemv.c
207
const int cur_b =
vp8_cost_branch
(ct, *cur_p);
208
const int new_b =
vp8_cost_branch
(ct, new_p);
bitstream.c
85
new_b +=
vp8_cost_branch
(bct[i], Pnew[i]);
86
old_b +=
vp8_cost_branch
(bct[i], Pcur[i]);
845
const int old_b =
vp8_cost_branch
(ct, oldp);
846
const int new_b =
vp8_cost_branch
(ct, newp);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
treewriter.h
49
static unsigned int
vp8_cost_branch
(const unsigned int ct[2], vp8_prob p)
function
encodemv.c
207
const int cur_b =
vp8_cost_branch
(ct, *cur_p);
208
const int new_b =
vp8_cost_branch
(ct, new_p);
bitstream.c
86
new_b +=
vp8_cost_branch
(bct[i], Pnew[i]);
87
old_b +=
vp8_cost_branch
(bct[i], Pcur[i]);
844
const int old_b =
vp8_cost_branch
(ct, oldp);
845
const int new_b =
vp8_cost_branch
(ct, newp);
[
all
...]
Completed in 392 milliseconds