Searched refs:update_curbyte (Results 1 – 2 of 2) sorted by relevance
129 if (bitctx->update_curbyte(bitctx)) { in mpp_read_bits()177 if (bitctx->update_curbyte(bitctx)) { in mpp_skip_bits()306 if (bitctx->num_remaining_bits_in_curr_byte_ == 0 && bitctx->update_curbyte(bitctx)) in mpp_has_more_rbsp_data()344 bitctx->update_curbyte = update_curbyte_h264; in mpp_set_bitread_pseudo_code_type()347 bitctx->update_curbyte = update_curbyte_h2645_sei; in mpp_set_bitread_pseudo_code_type()350 bitctx->update_curbyte = update_curbyte_avs2; in mpp_set_bitread_pseudo_code_type()353 bitctx->update_curbyte = update_curbyte_default; in mpp_set_bitread_pseudo_code_type()
126 MPP_RET (*update_curbyte)(struct bitread_ctx_t *bitctx); member