Searched refs:mb_sizes (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cavlc.c767 static const uint16_t mb_sizes[4] = {256,384,512,768}; local
768 const int mb_size = mb_sizes[h->sps.chroma_format_idc]*h->sps.bit_depth_luma >> 3;
H A Dh264_cabac.c1985 static const uint16_t mb_sizes[4] = {256,384,512,768}; local
1986 const int mb_size = mb_sizes[h->sps.chroma_format_idc]*h->sps.bit_depth_luma >> 3;

Completed in 70 milliseconds