- 13 Jun, 2015 3 commits
-
-
James Zern authored
unused since: 1f00a9b9 Fix choose_partitioning threshold setup for speed -5 Change-Id: I51952c0a1be3e6e0aa36ff2ffcfbbea60a505960
-
James Zern authored
this function is a bit too involved for the hint; avoids a -Winline warning Change-Id: Ib82e424764aa78b37ddb94116e2b009a6de31d35
-
James Zern authored
this function is only needed with CONFIG_INTERNAL_STATS Change-Id: I9c8d16cb9069dd8370f8b30329933c0d97f6d0aa
-
- 12 Jun, 2015 13 commits
-
-
James Zern authored
-
James Zern authored
* changes: vp9_decodeframe: simplify init_read_bit_buffer signature vp9_decode_frame: remove explicit read_bit_buffer init
-
James Zern authored
* changes: vp9_decodeframe.h: remove unused prototype vp9_decodeframe: move public funcs to end of file vp9_decodeframe: reorder some functions vp9_decodeframe: hide vp9_dec_build_inter_predictors_sb
-
James Zern authored
-
Jingning Han authored
-
Jingning Han authored
-
Parag Salasakar authored
-
Jingning Han authored
This commit fixes a potential integer overflow issue in function hadamard_16x16. It adds corresponding dynamic range comment. Change-Id: Iec22f3be345fb920ec79178e016378e2f65b20be
-
Jingning Han authored
Add comment to assist SIMD optimization. Change-Id: I300d5a848e6e9947e451de2a871a88940703fc9f
-
Yunqing Wang authored
-
Parag Salasakar authored
filter by weight - average improvement ~2x-3x Change-Id: I4832033335d339cdafdce697f07ce3e643920057
-
James Zern authored
-
James Zern authored
s/CONFIG_VP8\b/CONFIG_VP8_ENCODER/ Change-Id: I616aace9cf8f18d7e83f00f7aef3b8a26fc4c17b
-
- 11 Jun, 2015 8 commits
-
-
James Zern authored
the declaration containing the alignment in vp9_filter.h was removed in: eb88b172 Make vp9 subpixel match vp8 fixes a crash in 32-bit builds Change-Id: I9a97e6b4e8e94698e43ff79d0d8bb85043b73c61
-
Scott LaVarnway authored
-
Yunqing Wang authored
If the frame size increases, the tile data buffer needs to be re-allocated according to the number of tiles existing in current frame. This patch makes the multi-tile encoding work in spatial SVC usage case, and partially solved WebM issue 1018. Change-Id: I1ad6f33058cf5ce6f60ed5024455a709ca80c5ad
-
Scott LaVarnway authored
and change name. Change-Id: I706645cf9d9dc04f1b3b6ac80df80edb7f101854
-
Marco authored
Refactor/no change in behavior. Change-Id: Idb3c55b1304feaf689b90403f79bc96dba26f060
-
Scott LaVarnway authored
-
Scott LaVarnway authored
and changed name. Change-Id: Ie023ca66cc2c823032f58d4faeb53fd1863c94f3
-
Parag Salasakar authored
-
- 10 Jun, 2015 16 commits
-
-
James Zern authored
all allocated workers are used, the final one in the main thread. Change-Id: I04647d4fb2e01d6d404790e7899515289047f553
-
James Zern authored
Change-Id: I342075eb5a4ba2a85d36d47ae52d1f3476039e31
-
James Zern authored
this is done by init_read_bit_buffer() Change-Id: I222eaa4e9758ff9f7e1e4122106c5c4652ffa99c
-
James Zern authored
vp9_init_dequantizer() was deleted in: bdd249be Optimize the dequantization process on decoder side. Change-Id: Iedb5b6a3a03964dd6901c1e3b2325194d94bc708
-
James Zern authored
Change-Id: Iaea9850890b726c7b5552c5f02b3a309086edc85
-
James Zern authored
removes the need for a prototype for the static function dec_build_inter_predictors_sb Change-Id: I36580ceae061d27f341ab0a16ece479f92e98004
-
James Zern authored
+ strip 'vp9_' prefix Change-Id: Ia057432095e5741473275d4da03ab665c37e924e
-
James Zern authored
fixes instability; noticed on mingw Change-Id: Idef4349339444ec84916e5fcd908ee9633d28aaa
-
James Zern authored
-
James Zern authored
-
James Zern authored
* changes: libs.mk: relocate TEST_INTRA_PRED_SPEED_OBJS init test_intra_pred_speed: remove #if w/in another macro
-
Paul Wilkins authored
-
Scott LaVarnway authored
-
James Zern authored
allows the visual studio project to be generated Change-Id: I89a8440fb0bcaef11ff89dd967aa37bfe200758d
-
James Zern authored
fixes the compile under visual studio Change-Id: Ifa3926e198af97d73250540c6d0ef692f5e354ff
-
James Zern authored
add a dependency on *_rtcd.h to ensure they're generated before attempting to build the test files Change-Id: Ibbbd1f6ea77912bfd297129e7c83b9a80923ea12
-