Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c982 RK_S32 diff_len = 0; in h264e_slice_move() local
995 return diff_len; in h264e_slice_move()
1037 diff_len--; in h264e_slice_move()
1073 diff_len++; in h264e_slice_move()
1092 return diff_len; in h264e_slice_move()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c1751 RK_S32 id_len, diff_len, all_frames, frame_is_intra, order_hint_bits; in mpp_av1_uncompressed_header() local
1880 diff_len = seq->delta_frame_id_length_minus_2 + 2; in mpp_av1_uncompressed_header()
1882 if (current->current_frame_id > (RK_S32)(1 << diff_len)) { in mpp_av1_uncompressed_header()
1885 (RK_S32)(1 << diff_len))) in mpp_av1_uncompressed_header()
1891 (RK_S32)(1 << diff_len))) in mpp_av1_uncompressed_header()