Home
last modified time | relevance | path

Searched refs:h_idx (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/
H A Dmhal_pq.c698 MS_U8 v_idx, h_idx; in Hal_PQ_set_sram_ihc_crd_table()
716 for (h_idx=1; h_idx <= H_SIZE-1; h_idx++) in Hal_PQ_set_sram_ihc_crd_table()
718 data = *((MS_U8 *)(u32Addr + (v_idx-1)*H_SIZE + h_idx-1)); //pBuf[v_idx-1][h_idx-1] in Hal_PQ_set_sram_ihc_crd_table()
721 col = (int)(h_idx-(h_idx/2)*2); in Hal_PQ_set_sram_ihc_crd_table()
/utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/
H A Dmhal_pq.c700 MS_U8 v_idx, h_idx; in Hal_PQ_set_sram_ihc_crd_table()
718 for (h_idx=1; h_idx <= H_SIZE-1; h_idx++) in Hal_PQ_set_sram_ihc_crd_table()
720 data = *((MS_U8 *)(u32Addr + (v_idx-1)*H_SIZE + h_idx-1)); //pBuf[v_idx-1][h_idx-1] in Hal_PQ_set_sram_ihc_crd_table()
723 col = (int)(h_idx-(h_idx/2)*2); in Hal_PQ_set_sram_ihc_crd_table()
/utopia/UTPA2-700.0.x/modules/pq/hal/k6/pq/
H A Dmhal_pq.c698 MS_U8 v_idx, h_idx; in Hal_PQ_set_sram_ihc_crd_table()
716 for (h_idx=1; h_idx <= H_SIZE-1; h_idx++) in Hal_PQ_set_sram_ihc_crd_table()
718 data = *((MS_U8 *)(u32Addr + (v_idx-1)*H_SIZE + h_idx-1)); //pBuf[v_idx-1][h_idx-1] in Hal_PQ_set_sram_ihc_crd_table()
721 col = (int)(h_idx-(h_idx/2)*2); in Hal_PQ_set_sram_ihc_crd_table()
/utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/
H A Dmhal_pq.c698 MS_U8 v_idx, h_idx; in Hal_PQ_set_sram_ihc_crd_table()
716 for (h_idx=1; h_idx <= H_SIZE-1; h_idx++) in Hal_PQ_set_sram_ihc_crd_table()
718 data = *((MS_U8 *)(u32Addr + (v_idx-1)*H_SIZE + h_idx-1)); //pBuf[v_idx-1][h_idx-1] in Hal_PQ_set_sram_ihc_crd_table()
721 col = (int)(h_idx-(h_idx/2)*2); in Hal_PQ_set_sram_ihc_crd_table()
/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DdrvACE.c951 MS_U8 v_idx, h_idx; in MDrv_XC_ACE_Set_IHC_SRAM() local
971 for (h_idx=1; h_idx <= H_SIZE-1; h_idx++) in MDrv_XC_ACE_Set_IHC_SRAM()
973 data = pBuf[(v_idx-1)*H_SIZE + h_idx-1]; //pBuf[v_idx-1][h_idx-1] in MDrv_XC_ACE_Set_IHC_SRAM()
976 col = (int)(h_idx-(h_idx/2)*2); in MDrv_XC_ACE_Set_IHC_SRAM()