Home
last modified time | relevance | path

Searched defs:bitIf (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c284 void code_st_refpic_set(MppWriteCtx *bitIf, H265eReferencePictureSet* rps, RK_S32 idx) in code_st_refpic_set()
354 void h265e_code_slice_header(H265eSlice *slice, MppWriteCtx *bitIf, in h265e_code_slice_header()
742 static void h265e_write_nal(MppWriteCtx *bitIf, RK_S32 temporal_id) in h265e_write_nal()
756 static void h265e_write_algin(MppWriteCtx *bitIf) in h265e_write_algin()
799 static void h265e_code_skip_tile(void *ctx, H265eSlice *slice, MppWriteCtx *bitIf, TileInfo *tile) in h265e_code_skip_tile()
857 MppWriteCtx bitIf; in h265e_code_slice_skip_frame() local
H A Dh265e_enctropy.c189 void h265e_cabac_init(H265eCabacCtx *cabac_ctx, MppWriteCtx * bitIf) in h265e_cabac_init()