Searched refs:tc_indx_v (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/common/
H A Dihevc_deblk_edge_filter.c1108 WORD32 tc_indx_v, tc_v; local
1126 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);
1127 tc_v = gai4_ihevc_tc_table[tc_indx_v];
1228 WORD32 tc_indx_v, tc_v; local
1246 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);
1247 tc_v = gai4_ihevc_tc_table[tc_indx_v] * (1 << (bit_depth - 8));
1344 WORD32 tc_indx_v, tc_v; local
1363 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);
1364 tc_v = gai4_ihevc_tc_table[tc_indx_v];
1459 WORD32 tc_indx_v, tc_ local
[all...]
/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c1001 WORD32 tc_indx_v, tc_v; local
1017 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);
1018 tc_v = gai4_ihevc_tc_table[tc_indx_v];
1152 WORD32 tc_indx_v, tc_v; local
1170 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);
1171 tc_v = gai4_ihevc_tc_table[tc_indx_v];

Completed in 56 milliseconds