Home
last modified time | relevance | path

Searched refs:table (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_entropy.c255 RK_U8 *table = (RK_U8 *)mpp_buffer_get_ptr(buffers->hw_cabac_table_buf); in vp8e_write_entropy_tables() local
257 memset(table, 0, 56); // use 56 bytes in vp8e_write_entropy_tables()
258 table[0] = entropy->skip_false_prob; in vp8e_write_entropy_tables()
259 table[1] = entropy->intra_prob; in vp8e_write_entropy_tables()
260 table[2] = entropy->last_prob; in vp8e_write_entropy_tables()
261 table[3] = entropy->gf_prob; in vp8e_write_entropy_tables()
262 table[4] = entropy->segment_prob[0]; in vp8e_write_entropy_tables()
263 table[5] = entropy->segment_prob[1]; in vp8e_write_entropy_tables()
264 table[6] = entropy->segment_prob[2]; in vp8e_write_entropy_tables()
266 table[8] = entropy->y_mode_prob[0]; in vp8e_write_entropy_tables()
[all …]
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c130 RK_U8 table[H264E_CABAC_TABLE_BUF_SIZE] = {0}; in vepu_write_cabac_table() local
148 table[qp * 464 * 2 + j * 464 + i] = in vepu_write_cabac_table()
151 table[qp * 464 * 2 + j * 464 + i] = in vepu_write_cabac_table()
157 vepu_swap_endian((RK_U32 *)table, H264E_CABAC_TABLE_BUF_SIZE); in vepu_write_cabac_table()
158 mpp_buffer_write(buf, 0, table, H264E_CABAC_TABLE_BUF_SIZE); in vepu_write_cabac_table()
/rockchip-linux_mpp/doc/design/
H A D3.mpp_buffer.txt20 time to allocate buffer and generate map table for it. So reusing the buffer
/rockchip-linux_mpp/debian/
H A Dchangelog11 * [vp8d]: Remove unused table
219 * [h264d]: move the register table into the other file
/rockchip-linux_mpp/
H A DCHANGELOG.md340 - [test]: Fix AQ table error
345 - [hal_jpegd]: fix huffman table selection
453 - [h264e_vepu2]: Adjust inter favor table
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile1196 # HTML files also contain an index, a table of contents, and you can search for
1232 # The BINARY_TOC flag controls whether a binary table of contents is generated (
1233 # YES) or a normal table of contents ( NO) in the .chm file.
1240 # the table of contents of the HTML help documentation and to the tree view.