OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_cost_tokens
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_modecosts.c
25
vp9_cost_tokens
((int *)c->mb.y_mode_costs[i][j], vp9_kf_y_mode_prob[i][j],
31
vp9_cost_tokens
(c->mb.mbmode_cost, cm->fc.y_mode_prob[1],
33
vp9_cost_tokens
(c->mb.intra_uv_mode_cost[1],
35
vp9_cost_tokens
(c->mb.intra_uv_mode_cost[0],
40
vp9_cost_tokens
((int *)c->mb.switchable_interp_costs[i],
vp9_treewriter.c
29
void
vp9_cost_tokens
(int *costs, const vp9_prob *probs, vp9_tree tree) {
function
vp9_treewriter.h
84
void
vp9_cost_tokens
(int *costs, const vp9_prob *probs, vp9_tree tree);
vp9_encodemv.c
76
vp9_cost_tokens
(class_cost, mvcomp->classes, vp9_mv_class_tree);
77
vp9_cost_tokens
(class0_cost, mvcomp->class0, vp9_mv_class0_tree);
84
vp9_cost_tokens
(class0_fp_cost[i], mvcomp->class0_fp[i], vp9_mv_fp_tree);
85
vp9_cost_tokens
(fp_cost, mvcomp->fp, vp9_mv_fp_tree);
310
vp9_cost_tokens
(mvjoint, mvctx->joints, vp9_mv_joint_tree);
vp9_rdopt.c
123
vp9_cost_tokens
((int *)c[t][i][j][k][0][l], probs,
250
vp9_cost_tokens
(cpi->mb.partition_cost[i],
[
all
...]
Completed in 859 milliseconds