Searched refs:high_bit_depth (Results 51 - 53 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c970 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
973 if (!high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.c1728 static av_always_inline int dctcoef_get(DCTELEM *mb, int high_bit_depth, int index) { argument
1729 if (high_bit_depth) {
1735 static av_always_inline void dctcoef_set(DCTELEM *mb, int high_bit_depth, int index, int value) { argument
1736 if (high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sparc/
H A Ddsputil_vis.c3956 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
3967 if (!high_bit_depth) {

Completed in 134 milliseconds

123