Home
last modified time | relevance | path

Searched refs:top_right (Results 1 – 5 of 5) sorted by relevance

/external/lldb/test/macosx/debug-info/apple_types/
Dmain.c18 struct point_tag top_right; in main() member
24 rect.top_right.x = rect.top_right.x + argc; in main()
25 rect.top_right.y = rect.top_right.y + argc; in main()
/external/webp/src/dec/
Dframe.c764 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in ReconstructRow() local
768 memset(top_right, top_yuv[0].y[15], sizeof(*top_right)); in ReconstructRow()
770 memcpy(top_right, top_yuv[1].y, sizeof(*top_right)); in ReconstructRow()
774 top_right[BPS] = top_right[2 * BPS] = top_right[3 * BPS] = top_right[0]; in ReconstructRow()
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c354 UWORD8 top_right, top, top_left, left, bot_left; in ihevcd_get_intra_nbr_flag() local
388 top_right = 0; in ihevcd_get_intra_nbr_flag()
456 top_right = (*pu1_nbr_intra_flag >> intra_pos); in ihevcd_get_intra_nbr_flag()
457 top_right &= num_8_blks_in_bits; in ihevcd_get_intra_nbr_flag()
482 top_right = 0xF; in ihevcd_get_intra_nbr_flag()
510 top_right &= ctb_size_top_bits; in ihevcd_get_intra_nbr_flag()
522 …nbr_flags = (top_left << 16) | (top_right << 12) | (top << 8) | (gau4_ihevcd_4_bit_reverse[left] <… in ihevcd_get_intra_nbr_flag()
/external/lldb/test/lang/c/struct_types/
Dmain.c19 struct point_tag top_right; in main() member
/external/lldb/test/lang/c/array_types/
Dmain.c18 struct point_tag top_right; in main() member