Searched refs:dct_value_cost (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Ddct_value_cost.h21 static const short dct_value_cost[2048*2] = variable
H A Dtokenize.c30 #include "dct_value_cost.h"
34 const short *const vp8_dct_value_cost_ptr = dct_value_cost + DCT_MAX_VALUE;
41 /* function used to generate dct_value_tokens and dct_value_cost tables */
90 dct_value_cost[i + DCT_MAX_VALUE] = cost;
99 vp8_dct_value_cost_ptr = dct_value_cost + DCT_MAX_VALUE;
/external/libvpx/libvpx/vp8/
H A Dvp8cx.mk69 VP8_CX_SRCS-yes += encoder/dct_value_cost.h

Completed in 104 milliseconds