index
:
libvpx.git
riscv64_android_optimization
Unnamed repository; edit this file 'description' to name the repository.
Yuuta Liang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vp9
/
encoder
/
vp9_rd.c
Age
Commit message (
Expand
)
Author
2015-08-31
Include vpx_dsp_common.h when using VPXMIN/MAX
Johann
2015-08-26
vpx_dsp_common: add VPX prefix to MIN/MAX
James Zern
2015-08-24
Avoid setting rate multiplier as 0
hui su
2015-08-10
Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h
Alex Converse
2015-07-20
vpx_dsp/bitreader.h: vp9_->vpx_
Yaowu Xu
2015-07-07
Move sub pixel variance to vpx_dsp
Johann
2015-06-29
VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFO
Scott LaVarnway
2015-06-16
Eliminated frame_type check in get_partition_probs()
Scott LaVarnway
2015-05-15
vp9: correct some function signatures
James Zern
2015-05-13
Relocate memory operations for common code
Johann
2015-04-28
vpx_mem: remove vpx_memcpy
James Zern
2015-04-21
Revert "Remove mi_grid_* structures."
Scott LaVarnway
2015-03-20
vp9_pred_mv(): misc fixes and optimizations
Yaowu Xu
2015-03-18
vp9_mv_pred: quiet a static analysis warning
James Zern
2015-03-06
vp9_ethread: fix me consts initialization to support aq_mode=3 encoding
Yunqing Wang
2015-03-04
Make encoder buffer allocation dynamic
Adrian Grange
2015-02-11
Update partition rate cost in rtc speed 5
Jingning Han
2015-01-30
Try again to merge branch 'frame-parallel' into master branch.
hkuang
2015-01-22
Remove elevate_newmv_thresh from SPEED_FEATURES (unused)
Adrian Grange
2014-12-24
Enable sub8x8 inter block search for RTC coding mode
Jingning Han
2014-12-15
Simplify rate-distortion modeling function
Jingning Han
2014-11-24
vp9_ethread: modify VP9_COMP structure
Yunqing Wang
2014-11-20
vp9_ethread: move max/min partition size to mb struct
Yunqing Wang
2014-11-13
Prepare for dynamic frame resizing in the recode loop
Adrian Grange
2014-10-31
Merge "Refactor vp9_update_rd_thresh_fact"
Jingning Han
2014-10-30
Refactor vp9_update_rd_thresh_fact
Jingning Han
2014-10-29
Merge "Enable mode search threshold update in non-RD coding mode"
Jingning Han
2014-10-29
Enable mode search threshold update in non-RD coding mode
Jingning Han
2014-10-29
Simplify vp9_set_rd_speed_thresholds_sub8x8
Adrian Grange
2014-10-22
Merge "vp9_ethread: allocate frame contexts outside VP9_COMMON struct"
Yunqing Wang
2014-10-22
vp9_ethread: allocate frame contexts outside VP9_COMMON struct
Yunqing Wang
2014-10-15
Add init and reset functions for RD_COST struct
Jingning Han
2014-10-03
rdmult data type change
Deb Mukherjee
2014-10-02
rdmult data type change to fix high bit-depth
Deb Mukherjee
2014-09-25
Adds various high bit-depth encode functions
Deb Mukherjee
2014-09-19
Remove mi_grid_* structures.
hkuang
2014-09-16
Adds high bitdepth quantization functions
Deb Mukherjee
2014-09-16
Use non-zero mode threshold for NEARESTMV modes
Jingning Han
2014-09-12
Remove redundant reference frame threshold settings
Jingning Han
2014-09-04
Enable adaptive motion search for ARF coding
Jingning Han
2014-08-26
Replacing int_mv with MV.
Dmitry Kovalev
2014-08-21
Removing is_best_mode() function.
Dmitry Kovalev
2014-08-08
Moving pass from VP9_COMP to VP9EncoderConfig.
Dmitry Kovalev
2014-08-06
vp9_rd.c: cleanup ugly expression
Jim Bankoski
2014-08-04
break at the end of clauses with assert(0) to avoid gcc warning
Jim Bankoski
2014-08-04
avoid signed mismatch warning in gcc
Jim Bankoski
2014-07-21
Remove unfinished VP9 alpha channel.
Alex Converse
2014-07-16
Changes to rd balance and multi-arf bug fix.
Paul Wilkins
2014-07-02
Cleanup vp9_rd.
Alex Converse
2014-07-02
Split vp9_rdopt into vp9_rdopt and vp9_rd.
Alex Converse