Remove unused RDCOST_8X8 macro
Change-Id: I17c7d7eaa60fe69c543403c340f7c1078bfd339f
This commit is contained in:
parent
ec01f52ffa
commit
b0646f9e98
@ -13,8 +13,6 @@
|
||||
#define VP9_ENCODER_VP9_RDOPT_H_
|
||||
|
||||
#define RDCOST(RM,DM,R,D) ( ((128+((int64_t)R)*(RM)) >> 8) + ((int64_t)DM)*(D) )
|
||||
#define RDCOST_8x8(RM,DM,R,D) ( ((128+((int64_t)R)*(RM)) >> 8) + ((int64_t)DM)*(D) )
|
||||
|
||||
#define QIDX_SKIP_THRESH 115
|
||||
|
||||
void vp9_initialize_rd_consts(VP9_COMP *cpi, int qindex);
|
||||
|
Loading…
Reference in New Issue
Block a user