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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_tokenize.c28 static int16_t dct_value_cost[DCT_MAX_VALUE * 2]; variable
152 dct_value_cost[i + DCT_MAX_VALUE] = cost;
158 vp9_dct_value_cost_ptr = dct_value_cost + DCT_MAX_VALUE;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8cx.mk70 VP8_CX_SRCS-yes += encoder/dct_value_cost.h

Completed in 198 milliseconds