Home
last modified time | relevance | path

Searched refs:nonzero_coeff_0 (Results 1 – 2 of 2) sorted by relevance

/external/libavc/common/x86/
Dih264_resi_trans_quant_sse42.c901 WORD32 val, nonzero_coeff_0=0, nonzero_coeff_1=0; in ih264_hadamard_quant_2x2_uv_sse42() local
965 nonzero_coeff_0 += 4; in ih264_hadamard_quant_2x2_uv_sse42()
973 nonzero_coeff_0 += val; in ih264_hadamard_quant_2x2_uv_sse42()
990 pu1_nnz[0] = 4 - nonzero_coeff_0; in ih264_hadamard_quant_2x2_uv_sse42()
/external/libavc/common/x86/svc/
Disvc_resi_trans_quant_sse42.c1783 WORD32 val, nonzero_coeff_0 = 0, nonzero_coeff_1 = 0; in isvc_hadamard_quant_2x2_uv_sse42() local
1854 nonzero_coeff_0 += 4; in isvc_hadamard_quant_2x2_uv_sse42()
1862 nonzero_coeff_0 += val; in isvc_hadamard_quant_2x2_uv_sse42()
1879 pu1_nnz[0] = 4 - nonzero_coeff_0; in isvc_hadamard_quant_2x2_uv_sse42()