OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inter_bmode_costs
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
modecosts.c
41
vp8_cost_tokens(rd_costs->
inter_bmode_costs
, x->fc.bmode_prob, T);
43
vp8_cost_tokens(rd_costs->
inter_bmode_costs
, x->fc.sub_mv_ref_prob,
block.h
101
int *
inter_bmode_costs
;
member in struct:macroblock
ethreading.c
350
z->
inter_bmode_costs
= x->
inter_bmode_costs
;
onyx_int.h
695
int
inter_bmode_costs
[B_MODE_COUNT];
member in struct:VP8_COMP::rd_costs_struct
rdopt.c
730
bmode_costs = mb->
inter_bmode_costs
;
1016
cost = x->
inter_bmode_costs
[ m];
[
all
...]
pickinter.c
196
bmode_costs = mb->
inter_bmode_costs
;
[
all
...]
onyx_if.c
[
all
...]
Completed in 47 milliseconds