- 07 Jul, 2016 1 commit
-
-
Harish Mahendrakar authored
There were few mismatches seen because of wrong clipping and wrong increments in SAO assemblies Change-Id: I8ab28d847b1708b6949eac514f99e475e792cde1
-
- 28 Jun, 2016 2 commits
-
-
Grant Hsu authored
1. change ai1_lt_ref_pic_poc_lsb_sps from WORD8 to UWORD16 because i1_log2_max_pic_order_cnt_lsb can be up to 16 by the spec 2. fixed bug using CLZ to compute Ceil( Log2( num_long_term_ref_pics_sps ) ) and check if i1_num_long_term_ref_pics_sps is greater than 1 to avoid BITS_PARSE(0) Change-Id: I298b74d053b17d133b9dcba0e924136ec274ea3c
-
Harish Mahendrakar authored
When VUI does not contain u1_matrix_coeffs, it should be set to 2 to signal that it is not present in the bitstream. Bug: 29640760 Change-Id: I1f1217725f5c5dada2079e1487058381bfb00ef0
-
- 27 Jun, 2016 1 commit
-
-
Grant Hsu authored
short-term RPS is not used for reference by the current picture if used_by_curr_pic_flag equal to 0 Change-Id: I3f7af6e7fae4016bbe6bd8c5065666fe02f3b836 Signed-off-by:
Grant Hsu <grant.hsu@cidana.com>
-
- 23 Jun, 2016 2 commits
-
-
Ray Essick authored
-
Harish Mahendrakar authored
Change-Id: I28e1f23d5a216ea9696f73ed4a105eab1b464a8e
-
- 22 Jun, 2016 1 commit
-
-
Harish Mahendrakar authored
Bug: 27442922 Change-Id: Id466d48070ed916f18ebed6d3cf592bdcd206b83
-
- 21 Jun, 2016 2 commits
-
-
Ray Essick authored
-
Ray Essick authored
-
- 18 Jun, 2016 3 commits
-
-
Harish Mahendrakar authored
Decoder now returns error for streams greater than 8448x4320 Change-Id: I2cfebf62255d4c6e33b79211fa55af06a097e776
-
Harish Mahendrakar authored
On some A72 based devices, data shared between cores was found to be inconsistent which was resulting in an infinite loop. Adding memory barriers before marking a CTB as parsed/processed, all the pending memory operations are guaranteed to be completed. Change-Id: I6e3bb11123a3c12ba7e69c4bfcd38960616f9fb5
-
Harish Mahendrakar authored
One pixel outside the boundary on all sides of picture buffers are initialized to zero These pixels were being read in SAO functions but were not used in actual processing Setting these pixels to zero will supress unitialized read errors in valgrind Change-Id: Ic39a43ee0a108751fb49718319e408ddc3536008
-
- 17 Jun, 2016 3 commits
-
-
Harish Mahendrakar authored
Out of bound reads in the following variables are fixed scaling_mat_offset in ihevcd_iquant_itrans_recon_ctb() ai1_offset_y, ai1_offset_cb and ai1_offset_cr in ihevcd_sao_shift_ctb() These values were read but not used Change-Id: Ib07e2ed1bdcc600700d4e9e5d970f6cc2164ab1b
-
Ray Essick authored
-
Harish Mahendrakar authored
Aligned the size of au1_ref_sub_out to ensure SSE42 modules do not result in stack buffer overflow Change-Id: I5ecd75b4979140eb4d89bf8f0380ed8c7d9bff01
-
- 16 Jun, 2016 1 commit
-
-
Harish Mahendrakar authored
Fixed valgrind errors for uninitialized reads from heap allocation Bugfix: 25278021 Change-Id: I43008479fe8298a3a4cf6bb1708960cc78a34911
-
- 15 Jun, 2016 1 commit
-
-
Treehugger Robot authored
-
- 10 Jun, 2016 1 commit
-
-
Harish Mahendrakar authored
Change-Id: Ic97c649fe88ef92de16899dfd22266d97cad98d5
-
- 04 May, 2016 1 commit
-
-
Harish Mahendrakar authored
without resolution change Change-Id: I404099ac24439b5f6eddc9265dc571929433b3ee
-
- 21 Apr, 2016 1 commit
-
-
Stephen Hines authored
Bug: http://b/25132373 This reverts a previous patch that set LOCAL_CLANG := false, and also redefines "GCC_ENABLE" to 0, since those intrinsics weren't supported in Android's gcc (even though we aren't using AVX anywhere). Change-Id: Iae686da20f178e87ea0ffea29551adf4414722af
-
- 17 Dec, 2015 6 commits
-
-
Ricardo Cerqueira authored
am: cc3f8cbc * commit 'cc3f8cbc': Fix the frame size alignments
-
Ricardo Cerqueira authored
am: 063ce604 -s ours * commit '063ce604': Fix the frame size alignments
-
Ricardo Cerqueira authored
am: 30491833 * commit '30491833': Fix the frame size alignments
-
Ricardo Cerqueira authored
am: 4917993a * commit '4917993a': Fix the frame size alignments
-
Ricardo Cerqueira authored
am: 50ad42cf * commit '50ad42cf': Fix the frame size alignments
-
Ricardo Cerqueira authored
Change I59c996161053e313c873381c5bf6f8c36488483f aligned the number of luma samples to 64byte boundaries when calculating and creating the buffers. Unfortunately, it doesn't change all instances of that calculation, leading to mismatches between creation/allocation/destruction. Fixes android.media.cts.DecoderTest#testEOSBehaviorHEVC and android.media.cts.DecoderTest#testCodecEarlyEOSHEVC Bug: 24686670 Bug: 25070493 Bug: 25995793 Bug: 26217939 Bug: 26239053 Change-Id: I5b9dd682e08cfb03d2bc54829c4908976251dee7
-
- 12 Nov, 2015 5 commits
-
-
Marco Nelissen authored
Merge "DO NOT MERGE Added few memsets to avoid uninitialized reads for error clips" into mnc-dev am: 403dec0a -s ours am: d8ef5fd6 * commit 'd8ef5fd6': DO NOT MERGE Added few memsets to avoid uninitialized reads for error clips
-
Marco Nelissen authored
am: 403dec0a -s ours * commit '403dec0a': DO NOT MERGE Added few memsets to avoid uninitialized reads for error clips
-
Marco Nelissen authored
-
Marco Nelissen authored
am: 547ec2a6 * commit '547ec2a6': Added few memsets to avoid uninitialized reads for error clips
-
Marco Nelissen authored
-
- 11 Nov, 2015 5 commits
-
-
Harish Mahendrakar authored
DO NOT MERGE Added few memsets to avoid uninitialized reads for error clips am: b9f7c2c4 -s ours am: d7d7fe0e am: f61083b7 -s ours * commit 'f61083b7': DO NOT MERGE Added few memsets to avoid uninitialized reads for error clips
-
Harish Mahendrakar authored
am: d7d7fe0e * commit 'd7d7fe0e': DO NOT MERGE Added few memsets to avoid uninitialized reads for error clips
-
Harish Mahendrakar authored
am: b9f7c2c4 -s ours * commit 'b9f7c2c4': DO NOT MERGE Added few memsets to avoid uninitialized reads for error clips
- 06 Nov, 2015 4 commits
-
-
Harish Mahendrakar authored
Also aligned few allocations to 4 byte boundary Bug: 25070493 Bug: 24686670 Change-Id: Ic6284c6136ba8a72eed6f3bb7b953fb36a19dc22
-
Marco Nelissen authored
Revert "Added few memsets to avoid uninitialized reads for error clips" am: 552578a7 am: 675c4143 am: 516528ee -s ours * commit '516528ee': Revert "Added few memsets to avoid uninitialized reads for error clips"
-
Marco Nelissen authored
am: 675c4143 * commit '675c4143': Revert "Added few memsets to avoid uninitialized reads for error clips"