Searched defs:coef (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dpartial_idct_test.cc90 int16_t coef = static_cast<int16_t>(sqrt(1.0 * max_energy_leftover) * local
92 max_energy_leftover -= coef * coef;
95 coef = 0;
97 test_coef_block1[vp9_default_scan_orders[tx_size_].scan[j]] = coef;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropymode.h61 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES]; member in struct:__anon1110
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemb.c480 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]]; local
481 sum+= (coef>=0)?coef:-coef;
/hardware/intel/img/psb_video/src/
H A Dvsp_fw.h84 int coef; member in struct:VssProcDenoiseParameterBuffer

Completed in 267 milliseconds