Searched refs:hw_prob_count_buf (Results 1 – 3 of 3) sorted by relevance
103 RK_U16 *p_cnt = (RK_U16 *)mpp_buffer_get_ptr(buffers->hw_prob_count_buf); in vp8e_init_entropy()105 mpp_buffer_sync_end(buffers->hw_prob_count_buf); in vp8e_init_entropy()
595 memset(mpp_buffer_get_ptr(buffers->hw_prob_count_buf), in set_new_frame()597 mpp_buffer_sync_end(buffers->hw_prob_count_buf); in set_new_frame()1284 ret = mpp_buffer_get(buffers->hw_buf_grp, &buffers->hw_prob_count_buf, VP8_PROB_COUNT_BUF_SIZE); in alloc_buffer()1290 hw_cfg->prob_count_base = mpp_buffer_get_fd(buffers->hw_prob_count_buf); in alloc_buffer()1664 if (buffers->hw_prob_count_buf) { in hal_vp8e_buf_free()1665 mpp_buffer_put(buffers->hw_prob_count_buf); in hal_vp8e_buf_free()1666 buffers->hw_prob_count_buf = NULL; in hal_vp8e_buf_free()
60 MppBuffer hw_prob_count_buf; member