Home
last modified time | relevance | path

Searched refs:bp_ptr (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-resp.c292 const u_char *bp_ptr; in resp_print_string_error_integer() local
296 bp_ptr = bp; in resp_print_string_error_integer()
307 FIND_CRLF(bp_ptr, length_cur); in resp_print_string_error_integer()
314 len = (bp_ptr - bp); in resp_print_string_error_integer()
413 const u_char *bp_ptr; in resp_print_inline() local
428 bp_ptr = bp; in resp_print_inline()
433 FIND_CR_OR_LF(bp_ptr, length_cur); in resp_print_inline()
439 len = (bp_ptr - bp); in resp_print_inline()
445 CONSUME_CR_OR_LF(bp_ptr, length_cur); in resp_print_inline()
/external/libgav1/libgav1/src/post_filter/
Ddeblock.cc214 int row4x4, int column4x4, BlockParameters* const* bp_ptr, uint8_t* level, in GetVerticalDeblockFilterEdgeInfo() argument
216 const BlockParameters* bp = *bp_ptr; in GetVerticalDeblockFilterEdgeInfo()
223 const BlockParameters* bp_prev = *(bp_ptr - 1); in GetVerticalDeblockFilterEdgeInfo()
244 int column4x4, BlockParameters* const* bp_ptr, uint8_t* level_u, in GetVerticalDeblockFilterEdgeInfoUV() argument
248 const BlockParameters* bp = *bp_ptr; in GetVerticalDeblockFilterEdgeInfoUV()
263 const BlockParameters* bp_prev = *(bp_ptr - (ptrdiff_t{1} << subsampling_x)); in GetVerticalDeblockFilterEdgeInfoUV()
/external/libgav1/libgav1/src/
Dpost_filter.h326 BlockParameters* const* bp_ptr,
330 BlockParameters* const* bp_ptr,
/external/libgav1/libgav1/src/tile/
Dtile.cc2146 BlockParameters* bp_ptr = in ProcessBlock() local
2148 if (bp_ptr == nullptr) { in ProcessBlock()
2152 BlockParameters& bp = *bp_ptr; in ProcessBlock()