Searched refs:table_address (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_jpegdec.c | 677 uint32_t table_address = 0; in tng__JPEG_write_huffman_tables() local 678 …O_WRITE_FIELD_LITE( reg_value, MSVDX_VEC, CR_VEC_VLC_TABLE_ADDR0, VLC_TABLE_ADDR0, table_address ); in tng__JPEG_write_huffman_tables() 679 table_address += ctx->table_stats[0][0].size; in tng__JPEG_write_huffman_tables() 680 …O_WRITE_FIELD_LITE( reg_value, MSVDX_VEC, CR_VEC_VLC_TABLE_ADDR0, VLC_TABLE_ADDR1, table_address ); in tng__JPEG_write_huffman_tables() 684 table_address += ctx->table_stats[0][1].size; in tng__JPEG_write_huffman_tables() 685 …O_WRITE_FIELD_LITE( reg_value, MSVDX_VEC, CR_VEC_VLC_TABLE_ADDR2, VLC_TABLE_ADDR4, table_address ); in tng__JPEG_write_huffman_tables() 686 table_address += ctx->table_stats[1][0].size; in tng__JPEG_write_huffman_tables() 687 …O_WRITE_FIELD_LITE( reg_value, MSVDX_VEC, CR_VEC_VLC_TABLE_ADDR2, VLC_TABLE_ADDR5, table_address ); in tng__JPEG_write_huffman_tables()
|