Lines Matching refs:block_col
194 WORD32 block_row, block_col; in ihevc_quant_iquant_ssd() local
205 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant_ssd()
207 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_ssd()
208 *(csbf + block_col) = 0; in ihevc_quant_iquant_ssd()
216 *(csbf + block_col) = 1; in ihevc_quant_iquant_ssd()
220 if(*(csbf + block_col) == 1) in ihevc_quant_iquant_ssd()
223 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_quant_iquant_ssd()
238 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant_ssd()
373 WORD32 block_row, block_col; in ihevc_quant_iquant() local
384 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant()
386 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant()
387 *(csbf + block_col) = 0; in ihevc_quant_iquant()
395 *(csbf + block_col) = 1; in ihevc_quant_iquant()
399 if(*(csbf + block_col) == 1) in ihevc_quant_iquant()
402 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_quant_iquant()
417 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant()
571 WORD32 block_row, block_col; in ihevc_quant_iquant_ssd_rdoq() local
582 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant_ssd_rdoq()
584 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_ssd_rdoq()
585 *(csbf + block_col) = 0; in ihevc_quant_iquant_ssd_rdoq()
593 *(csbf + block_col) = 1; in ihevc_quant_iquant_ssd_rdoq()
597 if(*(csbf + block_col) == 1) in ihevc_quant_iquant_ssd_rdoq()
600 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_quant_iquant_ssd_rdoq()
615 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant_ssd_rdoq()
704 WORD32 block_row, block_col; in ihevc_quant_iquant_rdoq() local
715 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant_rdoq()
717 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_rdoq()
718 *(csbf + block_col) = 0; in ihevc_quant_iquant_rdoq()
726 *(csbf + block_col) = 1; in ihevc_quant_iquant_rdoq()
730 if(*(csbf + block_col) == 1) in ihevc_quant_iquant_rdoq()
733 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_quant_iquant_rdoq()
748 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant_rdoq()
904 WORD32 block_row, block_col; in ihevc_quant_iquant_ssd_flat_scale_mat() local
915 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant_ssd_flat_scale_mat()
917 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_ssd_flat_scale_mat()
918 *(csbf + block_col) = 0; in ihevc_quant_iquant_ssd_flat_scale_mat()
926 *(csbf + block_col) = 1; in ihevc_quant_iquant_ssd_flat_scale_mat()
930 if(*(csbf + block_col) == 1) in ihevc_quant_iquant_ssd_flat_scale_mat()
933 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_quant_iquant_ssd_flat_scale_mat()
948 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant_ssd_flat_scale_mat()
1038 WORD32 block_row, block_col; in ihevc_quant_iquant_flat_scale_mat() local
1049 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant_flat_scale_mat()
1051 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_flat_scale_mat()
1052 *(csbf + block_col) = 0; in ihevc_quant_iquant_flat_scale_mat()
1060 *(csbf + block_col) = 1; in ihevc_quant_iquant_flat_scale_mat()
1064 if(*(csbf + block_col) == 1) in ihevc_quant_iquant_flat_scale_mat()
1067 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_quant_iquant_flat_scale_mat()
1082 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant_flat_scale_mat()
1278 WORD32 block_row, block_col; in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq() local
1289 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq()
1291 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq()
1292 *(csbf + block_col) = 0; in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq()
1300 *(csbf + block_col) = 1; in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq()
1304 if(*(csbf + block_col) == 1) in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq()
1307 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq()
1322 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq()
1415 WORD32 block_row, block_col; in ihevc_quant_iquant_flat_scale_mat_rdoq() local
1426 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant_flat_scale_mat_rdoq()
1428 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_flat_scale_mat_rdoq()
1429 *(csbf + block_col) = 0; in ihevc_quant_iquant_flat_scale_mat_rdoq()
1437 *(csbf + block_col) = 1; in ihevc_quant_iquant_flat_scale_mat_rdoq()
1441 if(*(csbf + block_col) == 1) in ihevc_quant_iquant_flat_scale_mat_rdoq()
1444 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_quant_iquant_flat_scale_mat_rdoq()
1459 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant_flat_scale_mat_rdoq()
1635 WORD32 block_row, block_col; in ihevc_q_iq_ssd_var_rnd_fact() local
1646 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_q_iq_ssd_var_rnd_fact()
1648 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_q_iq_ssd_var_rnd_fact()
1649 *(csbf + block_col) = 0; in ihevc_q_iq_ssd_var_rnd_fact()
1657 *(csbf + block_col) = 1; in ihevc_q_iq_ssd_var_rnd_fact()
1661 if(*(csbf + block_col) == 1) in ihevc_q_iq_ssd_var_rnd_fact()
1664 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_q_iq_ssd_var_rnd_fact()
1679 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_q_iq_ssd_var_rnd_fact()
1781 WORD32 block_row, block_col; in ihevc_q_iq_var_rnd_fact() local
1792 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_q_iq_var_rnd_fact()
1794 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_q_iq_var_rnd_fact()
1795 *(csbf + block_col) = 0; in ihevc_q_iq_var_rnd_fact()
1803 *(csbf + block_col) = 1; in ihevc_q_iq_var_rnd_fact()
1807 if(*(csbf + block_col) == 1) in ihevc_q_iq_var_rnd_fact()
1810 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_q_iq_var_rnd_fact()
1825 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_q_iq_var_rnd_fact()
2012 WORD32 block_row, block_col; in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact() local
2023 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact()
2025 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact()
2026 *(csbf + block_col) = 0; in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact()
2034 *(csbf + block_col) = 1; in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact()
2038 if(*(csbf + block_col) == 1) in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact()
2041 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact()
2056 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact()
2164 WORD32 block_row, block_col; in ihevc_q_iq_flat_scale_mat_var_rnd_fact() local
2175 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_q_iq_flat_scale_mat_var_rnd_fact()
2177 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_q_iq_flat_scale_mat_var_rnd_fact()
2178 *(csbf + block_col) = 0; in ihevc_q_iq_flat_scale_mat_var_rnd_fact()
2186 *(csbf + block_col) = 1; in ihevc_q_iq_flat_scale_mat_var_rnd_fact()
2190 if(*(csbf + block_col) == 1) in ihevc_q_iq_flat_scale_mat_var_rnd_fact()
2193 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_q_iq_flat_scale_mat_var_rnd_fact()
2208 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_q_iq_flat_scale_mat_var_rnd_fact()