Home
last modified time | relevance | path

Searched refs:coef (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dpartial_idct_test.cc90 int16_t coef = static_cast<int16_t>(sqrt(1.0 * max_energy_leftover) * in TEST_P() local
92 max_energy_leftover -= coef * coef; in TEST_P()
95 coef = 0; in TEST_P()
97 test_coef_block1[vp9_default_scan_orders[tx_size_].scan[j]] = coef; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h61 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES]; member
Dvp9_entropy.c742 vp9_coeff_count_model *counts = cm->counts.coef[tx_size]; in adapt_coef_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemb.c480 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]]; in check_reset_2nd_coeffs() local
481 sum+= (coef>=0)?coef:-coef; in check_reset_2nd_coeffs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dbilinearfilter_v6.asm46 cmp r5, #128 ; if filter coef = 128, then skip the filter
158 cmp r5, #128 ; if filter coef = 128, then skip the filter
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c95 counts->coef[tx_size][type][ref]; in decode_coefs()
Dvp9_decodeframe.c1230 assert(!memcmp(cm->counts.coef, zero_counts.coef, in debug_check_frame_counts()
1231 sizeof(cm->counts.coef))); in debug_check_frame_counts()
/hardware/intel/img/psb_video/src/
Dvsp_fw.h84 int coef; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2756 full_to_model_counts(cm->counts.coef[t], cpi->coef_counts[t]);