Home
last modified time | relevance | path

Searched refs:vp8_cost_tokens2 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dtreewriter.c31 void vp8_cost_tokens2(int *c, const vp8_prob *p, vp8_tree t, int start) { in vp8_cost_tokens2() function
Dtreewriter.h96 void vp8_cost_tokens2(int *c, const vp8_prob *, vp8_tree, int);
Drdopt.c125 vp8_cost_tokens2(c[i][j][k], p[i][j][k], vp8_coef_tree, 2); in fill_token_costs()