Skip to content

Instantly share code, notes, and snippets.

@barrbrain
barrbrain / console.log
Created January 7, 2020 13:28
Unmerged branches
rust-av/const-all-the-things
rust-av/container_sequence_header
rust-av/ctrlc
rust-av/dispatch-fn
rust-av/hawktrace+rayon
rust-av/hvsacdc
rust-av/iterator-reworks
rust-av/master
rust-av/msacdc
rust-av/nasm-rs-fixups
@barrbrain
barrbrain / activity-masking-in-cdef_dist.ipynb
Last active June 2, 2019 11:16
Activity masking effect in cdef_dist_8x8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@barrbrain
barrbrain / Regress log-bitrate wrt log-quantizer.ipynb
Last active May 22, 2019 13:53
Aggregate quantizer-bitrate statistics
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@barrbrain
barrbrain / Chroma quantizer balance.ipynb
Last active May 23, 2019 14:50
Chroma quantizer balance (subset3-y4m)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@barrbrain
barrbrain / CfL non-linear.ipynb
Last active April 1, 2018 16:05
Non-linear Chroma from Luma
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@barrbrain
barrbrain / build_aom.sh
Last active January 18, 2018 16:23
Build AOM for Android on OS X
ANDROID_SDK="$HOME/Library/Android/sdk"
ANDROID_NDK="$ANDROID_SDK/ndk-bundle"
echo 'include("'$ANDROID_NDK'/build/cmake/android.toolchain.cmake")' > android.toolchain.cmake
cat ../aom/build/cmake/toolchains/armv7-linux-gcc.cmake >> android.toolchain.cmake
export PATH="$PATH:$ANDROID_NDK/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin"
$ANDROID_SDK/cmake/3.6.4111459/bin/cmake \
-G'Android Gradle - Ninja' \
-DANDROID_ABI=armeabi-v7a \
-DANDROID_ARM_NEON=ON \
-DANDROID_NATIVE_API_LEVEL=26 \
@barrbrain
barrbrain / Sudoku.ipynb
Created January 9, 2018 14:59
Exploring Sudoku solving in Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@barrbrain
barrbrain / S3TC style color quantization.ipynb
Created August 11, 2017 16:41
S3TC style color quantization
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.