Home
last modified time | relevance | path

Searched refs:vp9_dct_value_cost_ptr (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.h50 extern const int16_t *vp9_dct_value_cost_ptr;
Dvp9_tokenize.c29 const int16_t *vp9_dct_value_cost_ptr; variable
149 vp9_dct_value_cost_ptr = dct_value_cost + DCT_MAX_VALUE; in vp9_tokenize_initialize()
Dvp9_encodemb.c172 base_bits = vp9_dct_value_cost_ptr[x]; in optimize_b()
225 base_bits = vp9_dct_value_cost_ptr[x]; in optimize_b()
Dvp9_rdopt.c285 cost = (*token_costs)[0][pt][prev_t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs()
297 cost += (*token_costs)[!prev_t][!prev_t][t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs()
300 cost += (*token_costs)[!prev_t][pt][t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs()