Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_sbh_funcs.c121 UWORD8 *pu1_csb_table; in ihevce_sign_data_hiding() local
157 pu1_csb_table = (UWORD8 *)&(g_u1_scan_table_4x4[scan_idx][0]); in ihevce_sign_data_hiding()
200 x_pos = (pu1_csb_table[i] & 0x3) + blk_col; in ihevce_sign_data_hiding()
201 y_pos = (pu1_csb_table[i] >> 2) + blk_row; in ihevce_sign_data_hiding()
219 x_pos = (pu1_csb_table[first_scan_pos] & 0x3) + blk_col; in ihevce_sign_data_hiding()
220 y_pos = (pu1_csb_table[first_scan_pos] >> 2) + blk_row; in ihevce_sign_data_hiding()
236 x_pos = (pu1_csb_table[i] & 0x3) + blk_col; in ihevce_sign_data_hiding()
237 y_pos = (pu1_csb_table[i] >> 2) + blk_row; in ihevce_sign_data_hiding()
285 x_pos = (pu1_csb_table[best_pos] & 0x3) + blk_col; in ihevce_sign_data_hiding()
286 y_pos = (pu1_csb_table[best_pos] >> 2) + blk_row; in ihevce_sign_data_hiding()
Dihevce_entropy_structs.h323 UWORD8 *pu1_csb_table,
Dihevce_cabac_tu.c2349 UWORD8 *pu1_csb_table, *pu1_trans_table; in ihevce_cabac_residue_encode_rdoq() local
2365 pu1_csb_table = (UWORD8 *)&(g_u1_scan_table_4x4[scan_idx][0]); in ihevce_cabac_residue_encode_rdoq()
3098 pu1_csb_table, in ihevce_cabac_residue_encode_rdoq()
3339 UWORD8 *pu1_csb_table, in ihevce_find_new_last_csb() argument
3373 x_pos = (pu1_csb_table[j] & 0x3) + blk_col * 4; in ihevce_find_new_last_csb()
3374 y_pos = (pu1_csb_table[j] >> 2) + blk_row * 4; in ihevce_find_new_last_csb()
Dihevce_enc_loop_utils.c942 UWORD8 *pu1_csb_table; in ihevce_scan_coeffs() local
966 pu1_csb_table = (UWORD8 *)&(g_u1_scan_table_4x4[scan_idx][0]); in ihevce_scan_coeffs()
1006 x_pos = (pu1_csb_table[i] & 0x3) + blk_col * 4; in ihevce_scan_coeffs()
1007 y_pos = (pu1_csb_table[i] >> 2) + blk_row * 4; in ihevce_scan_coeffs()
1073 x_pos = (pu1_csb_table[i] & 0x3) + blk_col * 4; in ihevce_scan_coeffs()
1074 y_pos = (pu1_csb_table[i] >> 2) + blk_row * 4; in ihevce_scan_coeffs()
1185 x_pos = (pu1_csb_table[i] & 0x3) + blk_col * 4; in ihevce_scan_coeffs()
1186 y_pos = (pu1_csb_table[i] >> 2) + blk_row * 4; in ihevce_scan_coeffs()
/external/libhevc/encoder/arm/
Dihevce_scan_coeffs_neon.c129 UWORD8 *pu1_csb_table; in ihevce_scan_coeffs_neon() local
146 pu1_csb_table = (UWORD8 *)&(g_u1_scan_table_4x4[scan_idx][0]); in ihevce_scan_coeffs_neon()
168 shuffle = vld1q_s8((WORD8 *)pu1_csb_table); in ihevce_scan_coeffs_neon()
261 u1_last_x = (pu1_csb_table[pos_last_coded] & 0x3) + blk_col * 4; in ihevce_scan_coeffs_neon()
262 u1_last_y = (pu1_csb_table[pos_last_coded] >> 2) + blk_row * 4; in ihevce_scan_coeffs_neon()
313 x_pos = (pu1_csb_table[bit_pos] & 0x3); in ihevce_scan_coeffs_neon()
314 y_pos = (pu1_csb_table[bit_pos] >> 2); in ihevce_scan_coeffs_neon()
482 x_pos = (pu1_csb_table[bit_pos] & 0x3); in ihevce_scan_coeffs_neon()
483 y_pos = (pu1_csb_table[bit_pos] >> 2); in ihevce_scan_coeffs_neon()