commit | 64cb197362d20b00afa35d71172b1343a146ab02 | [log] [tgz] |
---|---|---|
author | kasunath <kasunath@google.com> | Fri May 13 12:54:23 2022 -0700 |
committer | kasunath <kasunath@google.com> | Mon May 23 12:21:16 2022 -0700 |
tree | f0be85d6d50de726a85094f70a1a8fb153cf712f | |
parent | d073aa1a55932850bf850599920dd38497518a08 [diff] |
Add basic template code for BEJ decoder core This describes the interfaces we are using for the BEJ decoding. I did not include data type decoding code here to keep the code size smaller for this review. I will be adding different data type decoding in the comming CLs. I will submit unit tests for review once all the necessary data type decoding changes are submitted. Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Icbc5c7780da21ba76ae0eaa56ad84dd10360cfc4