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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c935 const int packets_in_layer = (int)last_packet_for_layer->count + 1; local
941 lc->rc_twopass_stats_in.sz = packets_in_layer * packet_sz;
947 + packets_in_layer - 1;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1283 const int packets_in_layer = (int)last_packet_for_layer->count + 1; local
1289 lc->rc_twopass_stats_in.sz = packets_in_layer * packet_sz;
1295 + packets_in_layer - 1;

Completed in 843 milliseconds