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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c932 FIRSTPASS_STATS *const last_packet_for_layer = local
934 const int layer_id = (int)last_packet_for_layer->spatial_layer_id;
935 const int packets_in_layer = (int)last_packet_for_layer->count + 1;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1280 FIRSTPASS_STATS *const last_packet_for_layer = local
1282 const int layer_id = (int)last_packet_for_layer->spatial_layer_id;
1283 const int packets_in_layer = (int)last_packet_for_layer->count + 1;

Completed in 1346 milliseconds