Home
last modified time | relevance | path

Searched defs:block_width (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflashsvenc.c61 int block_width, block_height; member
137 int buf_size, int block_width, int block_height, in encode_bitstream()
Dtruemotion1.c67 int block_width; member
118 int block_width; // vres member
Dsvq1enc.c255 int block_width, block_height; in svq1_encode_plane() local
Dflashsv.c55 int block_width, block_height; member
Dflashsv2enc.c109 int block_width, block_height; member
801 int block_width = optimum_block_width (s); in reconfigure_at_keyframe() local
Dh264_cavlc.c920 const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1; in ff_h264_decode_mb_cavlc() local
Dh264_cabac.c2165 const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1; in ff_h264_decode_mb_cabac() local
Dsnowenc.c1671 int block_width = (width +15)>>4; in encode_frame() local
Dvp3.c1969 int block_width = plane ? 8 : 16; in vp4_mc_loop_filter() local
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.c1050 const guint64 block_width = filter->block_width; in block_score_for_row_32detect() local
1137 const guint64 block_width = filter->block_width; in block_score_for_row_iscombed() local
1225 const guint64 block_width = filter->block_width; in block_score_for_row_5_tap() local
Dgstfieldanalysis.h135 guint64 block_width, block_height; /* width/height of window used for comb clusted detection */ member
/third_party/boost/libs/dynamic_bitset/test/
Ddyn_bitset_unit_tests3.cpp368 const int block_width = bitset_type::bits_per_block; in run_test_cases() local
Dbitset_test.hpp42 int block_width = sizeof(Block) * CHAR_BIT; in nth_bit() local