Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_cost.h21 extern const uint16_t vp9_prob_cost[256];
26 #define vp9_cost_zero(prob) (vp9_prob_cost[prob])
Dvp9_cost.c16 const uint16_t vp9_prob_cost[256] = { variable
Dvp9_encoder.c6542 case ZERO_MV_MODE: return vp9_prob_cost[zero_mv_prob]; break;
6543 case NEW_MV_MODE: return vp9_prob_cost[new_mv_prob]; break;
6544 case NEAREST_MV_MODE: return vp9_prob_cost[ref_mv_prob]; break;
6545 case NEAR_MV_MODE: return vp9_prob_cost[ref_mv_prob]; break;