OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rd_comp_pred_diff
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
382
int64_t
rd_comp_pred_diff
[NB_PREDICTION_TYPES];
member in struct:VP9_COMP
vp9_encodeframe.c
482
cpi->
rd_comp_pred_diff
[SINGLE_PREDICTION_ONLY] += ctx->single_pred_diff;
483
cpi->
rd_comp_pred_diff
[COMP_PREDICTION_ONLY] += ctx->comp_pred_diff;
484
cpi->
rd_comp_pred_diff
[HYBRID_PREDICTION] += ctx->hybrid_pred_diff;
[
all
...]
Completed in 28 milliseconds