Searched refs:h_idx (Results 1 – 5 of 5) sorted by relevance
698 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()
700 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()
951 MS_U8 v_idx, h_idx; in MDrv_XC_ACE_Set_IHC_SRAM() local971 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()