OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_rate
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
246
int
this_rate
;
member in struct:rdcost_block_args
vp9_encodeframe.c
1491
int
this_rate
, sum_rate = 0, best_rate = INT_MAX;
local
[
all
...]
vp9_rdopt.c
619
args->
this_rate
+= args->rate;
707
*rate = rd_stack->
this_rate
;
1227
int
this_rate
,
this_rate
_tokenonly, s;
local
1340
int
this_rate
_tokenonly,
this_rate
, s;
local
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
887
int
this_rate
;
local
910
this_rate
= rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode];
914
this_rd = RDCOST(x->rdmult, x->rddiv,
this_rate
, this_distortion);
920
r =
this_rate
;
[
all
...]
Completed in 27 milliseconds