Home
last modified time | relevance | path

Searched refs:vp9_coeff_cost (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h49 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2] typedef
134 vp9_coeff_cost token_costs[TX_SIZES];
Dvp9_rd.c90 static void fill_token_costs(vp9_coeff_cost *c, in fill_token_costs()