• Home
  • Raw
  • Download

Lines Matching refs:ht

80                                 WORD32 ht)  in ihevc_sao_band_offset_luma()  argument
88 for(row = 0; row < ht; row++) in ihevc_sao_band_offset_luma()
95 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_band_offset_luma()
108 for(row = 0; row < ht; row++) in ihevc_sao_band_offset_luma()
134 WORD32 ht) in ihevc_sao_band_offset_chroma() argument
143 for(row = 0; row < ht; row++) in ihevc_sao_band_offset_chroma()
152 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_band_offset_chroma()
168 for(row = 0; row < ht; row++) in ihevc_sao_band_offset_chroma()
196 WORD32 ht) in ihevc_sao_edge_offset_class0() argument
212 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class0()
218 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class0()
233 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class0()
257 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class0()
279 WORD32 ht) in ihevc_sao_edge_offset_class0_chroma() argument
297 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class0_chroma()
304 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class0_chroma()
319 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class0_chroma()
355 for(row = 0; row < 2 * ht; row++) in ihevc_sao_edge_offset_class0_chroma()
375 WORD32 ht) in ihevc_sao_edge_offset_class1() argument
393 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class1()
399 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class1()
406 ht--; in ihevc_sao_edge_offset_class1()
421 ht--; in ihevc_sao_edge_offset_class1()
426 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class1()
469 WORD32 ht) in ihevc_sao_edge_offset_class1_chroma() argument
488 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class1_chroma()
495 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class1_chroma()
502 ht--; in ihevc_sao_edge_offset_class1_chroma()
517 ht--; in ihevc_sao_edge_offset_class1_chroma()
522 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class1_chroma()
567 WORD32 ht) in ihevc_sao_edge_offset_class2() argument
595 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class2()
601 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class2()
634 …edge_idx = 2 + SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd -… in ihevc_sao_edge_offset_class2()
635 …SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd + 1 + src_strd]); in ihevc_sao_edge_offset_class2()
641 …u1_pos_wd_ht_tmp = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 <… in ihevc_sao_edge_offset_class2()
645 u1_pos_wd_ht_tmp = pu1_src[wd - 1 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2()
650 u1_pos_wd_ht_tmp = pu1_src[wd - 1 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2()
663 ht--; in ihevc_sao_edge_offset_class2()
687 ht--; in ihevc_sao_edge_offset_class2()
692 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class2()
721 pu1_src[-(pu1_avail[2] ? ht : ht + 1) * src_strd] = u1_pos_0_0_tmp; in ihevc_sao_edge_offset_class2()
726 ht++; in ihevc_sao_edge_offset_class2()
728 ht++; in ihevc_sao_edge_offset_class2()
730 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class2()
756 WORD32 ht) in ihevc_sao_edge_offset_class2_chroma() argument
789 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class2_chroma()
796 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class2_chroma()
847 …edge_idx = 2 + SIGN(pu1_src[wd - 2 + (ht - 1) * src_strd] - pu1_src[wd - 2 + (ht - 1) * src_strd -… in ihevc_sao_edge_offset_class2_chroma()
848 …SIGN(pu1_src[wd - 2 + (ht - 1) * src_strd] - pu1_src[wd - 2 + (ht - 1) * src_strd + 2 + src_strd]); in ihevc_sao_edge_offset_class2_chroma()
854 …u1_pos_wd_ht_tmp_u = CLIP3(pu1_src[wd - 2 + (ht - 1) * src_strd] + pi1_sao_offset_u[edge_idx], 0, … in ihevc_sao_edge_offset_class2_chroma()
858 u1_pos_wd_ht_tmp_u = pu1_src[wd - 2 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2_chroma()
862 …edge_idx = 2 + SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd -… in ihevc_sao_edge_offset_class2_chroma()
863 …SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd + 2 + src_strd]); in ihevc_sao_edge_offset_class2_chroma()
869 …u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset_v[edge_idx], 0, … in ihevc_sao_edge_offset_class2_chroma()
873 u1_pos_wd_ht_tmp_v = pu1_src[wd - 1 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2_chroma()
878 u1_pos_wd_ht_tmp_u = pu1_src[wd - 2 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2_chroma()
879 u1_pos_wd_ht_tmp_v = pu1_src[wd - 1 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2_chroma()
893 ht--; in ihevc_sao_edge_offset_class2_chroma()
916 ht--; in ihevc_sao_edge_offset_class2_chroma()
921 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class2_chroma()
954 pu1_src[-(pu1_avail[2] ? ht : ht + 1) * src_strd] = u1_pos_0_0_tmp_u; in ihevc_sao_edge_offset_class2_chroma()
955 pu1_src[-(pu1_avail[2] ? ht : ht + 1) * src_strd + 1] = u1_pos_0_0_tmp_v; in ihevc_sao_edge_offset_class2_chroma()
961 ht++; in ihevc_sao_edge_offset_class2_chroma()
963 ht++; in ihevc_sao_edge_offset_class2_chroma()
966 for(row = 0; row < 2 * ht; row++) in ihevc_sao_edge_offset_class2_chroma()
991 WORD32 ht) in ihevc_sao_edge_offset_class3() argument
1014 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class3()
1020 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class3()
1052 … edge_idx = 2 + SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src[(ht - 1) * src_strd + 1 - src_strd]) + in ihevc_sao_edge_offset_class3()
1053 SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0]); in ihevc_sao_edge_offset_class3()
1059 …u1_pos_0_ht_tmp = CLIP3(pu1_src[(ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_dept… in ihevc_sao_edge_offset_class3()
1063 u1_pos_0_ht_tmp = pu1_src[(ht - 1) * src_strd]; in ihevc_sao_edge_offset_class3()
1068 u1_pos_0_ht_tmp = pu1_src[(ht - 1) * src_strd]; in ihevc_sao_edge_offset_class3()
1081 ht--; in ihevc_sao_edge_offset_class3()
1105 ht--; in ihevc_sao_edge_offset_class3()
1110 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class3()
1134 pu1_src[-(pu1_avail[2] ? ht : ht + 1) * src_strd + wd - 1] = u1_pos_wd_0_tmp; in ihevc_sao_edge_offset_class3()
1139 ht++; in ihevc_sao_edge_offset_class3()
1141 ht++; in ihevc_sao_edge_offset_class3()
1143 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class3()
1168 WORD32 ht) in ihevc_sao_edge_offset_class3_chroma() argument
1193 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class3_chroma()
1200 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class3_chroma()
1251 … edge_idx = 2 + SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src[(ht - 1) * src_strd + 2 - src_strd]) + in ihevc_sao_edge_offset_class3_chroma()
1252 SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0]); in ihevc_sao_edge_offset_class3_chroma()
1258 …u1_pos_0_ht_tmp_u = CLIP3(pu1_src[(ht - 1) * src_strd] + pi1_sao_offset_u[edge_idx], 0, (1 << bit_… in ihevc_sao_edge_offset_class3_chroma()
1262 u1_pos_0_ht_tmp_u = pu1_src[(ht - 1) * src_strd]; in ihevc_sao_edge_offset_class3_chroma()
1266 …edge_idx = 2 + SIGN(pu1_src[(ht - 1) * src_strd + 1] - pu1_src[(ht - 1) * src_strd + 1 + 2 - src_s… in ihevc_sao_edge_offset_class3_chroma()
1267 SIGN(pu1_src[(ht - 1) * src_strd + 1] - pu1_src_bot_left[1]); in ihevc_sao_edge_offset_class3_chroma()
1273 …u1_pos_0_ht_tmp_v = CLIP3(pu1_src[(ht - 1) * src_strd + 1] + pi1_sao_offset_v[edge_idx], 0, (1 << … in ihevc_sao_edge_offset_class3_chroma()
1277 u1_pos_0_ht_tmp_v = pu1_src[(ht - 1) * src_strd + 1]; in ihevc_sao_edge_offset_class3_chroma()
1282 u1_pos_0_ht_tmp_u = pu1_src[(ht - 1) * src_strd]; in ihevc_sao_edge_offset_class3_chroma()
1283 u1_pos_0_ht_tmp_v = pu1_src[(ht - 1) * src_strd + 1]; in ihevc_sao_edge_offset_class3_chroma()
1296 ht--; in ihevc_sao_edge_offset_class3_chroma()
1320 ht--; in ihevc_sao_edge_offset_class3_chroma()
1325 for(row = 0; row < ht; row++) in ihevc_sao_edge_offset_class3_chroma()
1353 pu1_src[-(pu1_avail[2] ? ht : ht + 1) * src_strd + wd - 2] = u1_pos_wd_0_tmp_u; in ihevc_sao_edge_offset_class3_chroma()
1354 pu1_src[-(pu1_avail[2] ? ht : ht + 1) * src_strd + wd - 1] = u1_pos_wd_0_tmp_v; in ihevc_sao_edge_offset_class3_chroma()
1360 ht++; in ihevc_sao_edge_offset_class3_chroma()
1362 ht++; in ihevc_sao_edge_offset_class3_chroma()
1365 for(row = 0; row < 2 * ht; row++) in ihevc_sao_edge_offset_class3_chroma()