Searched refs:table (Results 1 – 6 of 6) sorted by relevance
255 RK_U8 *table = (RK_U8 *)mpp_buffer_get_ptr(buffers->hw_cabac_table_buf); in vp8e_write_entropy_tables() local257 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 …]
130 RK_U8 table[H264E_CABAC_TABLE_BUF_SIZE] = {0}; in vepu_write_cabac_table() local148 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()
20 time to allocate buffer and generate map table for it. So reusing the buffer
11 * [vp8d]: Remove unused table219 * [h264d]: move the register table into the other file
340 - [test]: Fix AQ table error345 - [hal_jpegd]: fix huffman table selection453 - [h264e_vepu2]: Adjust inter favor table
1196 # HTML files also contain an index, a table of contents, and you can search for1232 # 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.