summaryrefslogtreecommitdiff
path: root/vp8
AgeCommit message (Expand)Author
2012-10-25Added sse2 instrinsic version of vp8_sad3x16Scott LaVarnway
2012-10-25Merge "Added sse2 instrinsic version of vp8_sad16x3" into experimentalScott LaVarnway
2012-10-25Added sse2 instrinsic version of vp8_sad16x3Scott LaVarnway
2012-10-25Fix 4x4 intra prediction on the edge of SB rows.Ronald S. Bultje
2012-10-25Fix yet another typo in splitmv/tx_select code.Ronald S. Bultje
2012-10-25Generalize coefficient tokenizing.Ronald S. Bultje
2012-10-24Generalize EOB token stuffing.Ronald S. Bultje
2012-10-24Merge "Fix typo in splitmv/tx_select code." into experimentalRonald S. Bultje
2012-10-24Fix typo in splitmv/tx_select code.Ronald S. Bultje
2012-10-24Fix bad merge of coef_probs updateJohn Koleszar
2012-10-24coef_probs: remove duplicate read/update codeJohn Koleszar
2012-10-23Merge "Fixed the MSVC compiling error with correct cast" into experimentalYaowu Xu
2012-10-23Fixed the MSVC compiling error with correct castScott LaVarnway
2012-10-23Merge "Change eob[] array type in splitmv RD loop to a regular integer." into...pascal massimino
2012-10-23Revert "make the instrinsic code build with MS compilers"Yaowu Xu
2012-10-23Merge "changed to avoid code confusion" into experimentalYaowu Xu
2012-10-23Merge "make the instrinsic code build with MS compilers" into experimentalYaowu Xu
2012-10-23make the instrinsic code build with MS compilersScott LaVarnway
2012-10-23Change eob[] array type in splitmv RD loop to a regular integer.Ronald S. Bultje
2012-10-23Merging in the Switchable interp experimentDeb Mukherjee
2012-10-22Merge "Change entropy context assignment style from *(x + y) = z to x[y] = z....Ronald S. Bultje
2012-10-22Merging in the TX_SELECT experimentDeb Mukherjee
2012-10-22Merge of the newmventropy experimentDeb Mukherjee
2012-10-22Change entropy context assignment style from *(x + y) = z to x[y] = z.Ronald S. Bultje
2012-10-22changed to avoid code confusionYaowu Xu
2012-10-22Merge "Added rtcd support vp8_sad16x3 and vp8_sad3x16" into experimentalScott LaVarnway
2012-10-22Added rtcd support vp8_sad16x3 and vp8_sad3x16Scott LaVarnway
2012-10-22Merge changes I02e7f64a,Ide954b00,Idc8b5977 into experimentalRonald S. Bultje
2012-10-22Merge "Merging the hybrid transform experiments" into experimentalDeb Mukherjee
2012-10-22Merging the hybrid transform experimentsDeb Mukherjee
2012-10-22Fix another typo in 4x4-transform-for-i8x8-intra-pred coeff contexts.Ronald S. Bultje
2012-10-228x8 transform support in splitmv.Ronald S. Bultje
2012-10-22Merge "Re-enable specialized sse2 block loop filter functions" into experimentalScott LaVarnway
2012-10-22Merge "sse2 intrinsic version of vp8_mbloop_filter_vertical_edge()" into expe...Scott LaVarnway
2012-10-22Merge "sse2 intrinsic version of vp8_mbloop_filter_horizontal_edge()" into ex...Scott LaVarnway
2012-10-22Use SPLITMV_PARTITIONING instead of a plain integer type.Ronald S. Bultje
2012-10-22Merge "Invert SB probability." into experimentalRonald S. Bultje
2012-10-22Merge "Remove variance vtable from rtcd" into experimentalJim Bankoski
2012-10-22Invert SB probability.Ronald S. Bultje
2012-10-22Merge "Fix use of wrong context in i8x8 coefficient cost calculation." into e...Ronald S. Bultje
2012-10-21Remove variance vtable from rtcdJim Bankoski
2012-10-21Merge "Allow B_VL_PRED & B_LD_PRED modes with Superblocks" into experimentalDeb Mukherjee
2012-10-20Allow B_VL_PRED & B_LD_PRED modes with SuperblocksDeb Mukherjee
2012-10-19Fix use of wrong context in i8x8 coefficient cost calculation.Ronald S. Bultje
2012-10-19Re-enable specialized sse2 block loop filter functionsScott LaVarnway
2012-10-19sse2 intrinsic version of vp8_mbloop_filter_vertical_edge()Scott LaVarnway
2012-10-19calculate probs consistentlyJohn Koleszar
2012-10-19Remove bc, bc2 from pbi,cpi,xdJohn Koleszar
2012-10-19Some cleanups and fixes.Deb Mukherjee
2012-10-18Merge "Fix encode breakout skip handling." into experimentalRonald S. Bultje