Searched refs:n4w_x4 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 682 const int n4w_x4 = 4 * num_4x4_w; in dec_build_inter_predictors_sb() local 689 dec_build_inter_predictors(fwo, xd, plane, n4w_x4, n4h_x4, 4 * x, in dec_build_inter_predictors_sb() 703 const int n4w_x4 = 4 * num_4x4_w; in dec_build_inter_predictors_sb() local 706 dec_build_inter_predictors(fwo, xd, plane, n4w_x4, n4h_x4, 0, 0, n4w_x4, in dec_build_inter_predictors_sb()
|