Home
last modified time | relevance | path

Searched refs:is_last_frame (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc384 bool is_last_frame() const { return is_last_frame_; } in is_last_frame() function in __anon836601510111::DataSendContext
500 if (data_send_context.is_last_frame()) { in FlushData()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1257 int is_last_frame, int lowvar_highsumdiff, in vp9_NEWMV_diff_bias() argument
1305 is_last_frame && mv_row < 8 && mv_row > -8 && mv_col < 8 && mv_col > -8) in vp9_NEWMV_diff_bias()
1308 is_last_frame && mv_row < 16 && mv_row > -16 && mv_col < 16 && in vp9_NEWMV_diff_bias()