Searched refs:frame_h (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | temporal_filter_msa.c | 19 v16u8 frame_l, frame_h; in temporal_filter_apply_16size_msa() local 44 ILVRL_B2_UB(frame1_0_b, frame2_0_b, frame_l, frame_h); in temporal_filter_apply_16size_msa() 45 HSUB_UB2_SH(frame_l, frame_h, diff0, diff1); in temporal_filter_apply_16size_msa() 82 ILVRL_B2_UB(frame1_1_b, frame2_1_b, frame_l, frame_h); in temporal_filter_apply_16size_msa() 83 HSUB_UB2_SH(frame_l, frame_h, diff0, diff1); in temporal_filter_apply_16size_msa() 132 v16u8 frame_l, frame_h; in temporal_filter_apply_8size_msa() local 164 ILVRL_B2_UB(frame1, frame2, frame_l, frame_h); in temporal_filter_apply_8size_msa() 165 HSUB_UB2_SH(frame_l, frame_h, diff0, diff1); in temporal_filter_apply_8size_msa() 204 ILVRL_B2_UB(frame3, frame4, frame_l, frame_h); in temporal_filter_apply_8size_msa() 205 HSUB_UB2_SH(frame_l, frame_h, diff0, diff1); in temporal_filter_apply_8size_msa()
|
/external/libaom/libaom/av1/common/ |
D | tile_common.c | 182 const int frame_h = cm->superres_upscaled_height; in av1_get_tile_rect() local 186 r.bottom = AOMMIN(r.bottom, frame_h); in av1_get_tile_rect()
|