/external/libhevc/common/arm/ |
ihevc_intra_ref_substitution_a9q.c | 118 WORD32 bot_left, left, top, tp_right, tp_left; local 145 bot_left = (nbr_flags & 0x0000f); 165 if(0 != bot_left) 192 bot_left = (nbr_flags & 0x8) >> 3; 198 a_nbr_flag[0] = bot_left; 205 if(bot_left == 0) 265 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */ 332 /* as each bit in nbr flags corresponds to 4 pels for bot_left, left, top and topright but 1 pel for topleft */ 415 WORD32 bot_left, left, top, tp_right, tp_left; local 442 bot_left = (nbr_flags & 0x8) >> 3 [all...] |
ihevc_intra_pred_filters_neon_intr.c | 133 WORD32 bot_left, left, top, tp_right, tp_left; local 175 bot_left = nbr_flags & 0x1; 183 if(bot_left == 0) 185 WORD32 a_nbr_flag[5] = { bot_left, left, tp_left, top, tp_right }; 303 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */ 366 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */ [all...] |
/external/libhevc/common/ |
ihevc_chroma_intra_pred_filters.c | 149 WORD32 bot_left, left, top, tp_right, tp_left; local 176 bot_left = (nbr_flags & 0x0000f); 196 if(0 != bot_left) 223 bot_left = (nbr_flags & 0x8) >> 3; 229 a_nbr_flag[0] = bot_left; 236 if(bot_left == 0) 296 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */ 363 /* as each bit in nbr flags corresponds to 4 pels for bot_left, left, top and topright but 1 pel for topleft */ [all...] |
ihevc_intra_pred_filters.c | 162 // if(bot_left) 218 WORD32 bot_left, left, top, tp_right, tp_left; local 245 bot_left = (nbr_flags & 0x8) >> 3; 268 if(bot_left) 299 if(bot_left == 0) 302 a_nbr_flag[0] = bot_left; 418 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */ 562 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */ [all...] |
/external/libhevc/decoder/ |
ihevcd_iquant_itrans_recon_ctb.c | 354 UWORD8 top_right, top, top_left, left, bot_left; local 386 bot_left = 0; 408 bot_left |= ((*(pu1_nbr_intra_flag + i * numbytes_row) 411 bot_left &= num_8_blks_in_bits; 484 bot_left = 0xF; 511 bot_left &= ctb_size_bot_bits; 520 | gau4_ihevcd_4_bit_reverse[bot_left]; 523 | gau4_ihevcd_4_bit_reverse[bot_left]; 550 /* 1st bit points to neighbor (left/top_left/bot_left) */ [all...] |
/external/libhevc/common/x86/ |
ihevc_intra_pred_filters_ssse3_intr.c | 150 WORD32 bot_left, left, top, tp_right, tp_left; local 184 bot_left = (nbr_flags & 0x8) >> 3; 192 if(bot_left == 0) 194 WORD32 a_nbr_flag[5] = { bot_left, left, tp_left, top, tp_right }; 251 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */ 317 /* as each bit in nbr flags corresponds to 8 pels for bot_left, left, top and topright but 1 pel for topleft */ [all...] |