Searched refs:tc_offset (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.h | 331 RK_S32 tc_offset; ///< tc_offset_div2 * 2 member 395 RK_S32 tc_offset; ///< tc_offset_div2 * 2 member 441 RK_S32 tc_offset; member
|
| H A D | h265d_ps.c | 977 if (openhevc_pps->tc_offset != pps->tc_offset) { in compare_pps() 1930 pps->tc_offset = 0; in mpp_hevc_decode_nal_pps() 2100 READ_SE(gb, &pps->tc_offset); in mpp_hevc_decode_nal_pps() 2101 pps->tc_offset = pps->tc_offset * 2; in mpp_hevc_decode_nal_pps() 2108 if (pps->tc_offset / 2 < -6 || pps->tc_offset / 2 > 6) { in mpp_hevc_decode_nal_pps() 2110 pps->tc_offset / 2); in mpp_hevc_decode_nal_pps()
|
| H A D | h265d_parser.c | 665 if (openhevc_sh->tc_offset != sh->tc_offset) { in compare_sliceheader() 1015 READ_SE(gb, &sh->tc_offset); in hls_slice_header() 1016 sh->tc_offset = sh->tc_offset * 2; in hls_slice_header() 1021 sh->tc_offset = s->pps->tc_offset; in hls_slice_header() 1026 sh->tc_offset = 0; in hls_slice_header()
|
| H A D | h265d_parser2_syntax.c | 164 pp->pps_tc_offset_div2 = pps->tc_offset / 2; in fill_picture_parameters()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_com.h | 121 RK_S32 tc_offset; ///< tc_offset_div2 * 2 member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | allegro-mail.h | 76 s8 tc_offset; member
|
| H A D | allegro-mail.c | 137 FIELD_PREP(GENMASK(7, 0), param->tc_offset); in allegro_encode_config_blob()
|
| H A D | allegro-core.c | 950 param->tc_offset = -1; in fill_create_channel_param()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 626 struct rtl8169_tc_offsets tc_offset; member 1637 if (tp->tc_offset.inited) in rtl8169_init_counter_offsets() 1643 tp->tc_offset.tx_errors = counters->tx_errors; in rtl8169_init_counter_offsets() 1644 tp->tc_offset.tx_multi_collision = counters->tx_multi_collision; in rtl8169_init_counter_offsets() 1645 tp->tc_offset.tx_aborted = counters->tx_aborted; in rtl8169_init_counter_offsets() 1646 tp->tc_offset.rx_missed = counters->rx_missed; in rtl8169_init_counter_offsets() 1647 tp->tc_offset.inited = true; in rtl8169_init_counter_offsets() 4882 le64_to_cpu(tp->tc_offset.tx_errors); in rtl8169_get_stats64() 4884 le32_to_cpu(tp->tc_offset.tx_multi_collision); in rtl8169_get_stats64() 4886 le16_to_cpu(tp->tc_offset.tx_aborted); in rtl8169_get_stats64() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.c | 668 u16 tc_offset[HCLGEVF_MAX_TC_NUM]; in hclgevf_set_rss_tc_mode() local 684 tc_offset[i] = (hdev->hw_tc_map & BIT(i)) ? rss_size * i : 0; in hclgevf_set_rss_tc_mode() 694 HCLGEVF_RSS_TC_OFFSET_S, tc_offset[i]); in hclgevf_set_rss_tc_mode()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 4274 u16 *tc_size, u16 *tc_offset) in hclge_set_rss_tc_mode() argument 4291 HCLGE_RSS_TC_OFFSET_S, tc_offset[i]); in hclge_set_rss_tc_mode() 4603 u16 tc_offset[HCLGE_MAX_TC_NUM] = {0}; in hclge_rss_init_hw() local 4646 tc_offset[i] = rss_size * i; in hclge_rss_init_hw() 4649 return hclge_set_rss_tc_mode(hdev, tc_valid, tc_size, tc_offset); in hclge_rss_init_hw() 10690 u16 tc_offset[HCLGE_MAX_TC_NUM] = {0}; in hclge_set_channels() local 10720 tc_offset[i] = kinfo->rss_size * i; in hclge_set_channels() 10722 ret = hclge_set_rss_tc_mode(hdev, tc_valid, tc_size, tc_offset); in hclge_set_channels()
|