Searched refs:num_4x4_to_edge (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 455 static INLINE int num_4x4_to_edge(int plane_4x4_dim, int mb_to_edge_dim, in num_4x4_to_edge() function 473 int b4x4s_to_right_edge = num_4x4_to_edge(plane_4x4_w, xd->mb_to_right_edge, in pixel_sse() 475 int b4x4s_to_bottom_edge = num_4x4_to_edge(plane_4x4_h, xd->mb_to_bottom_edge, in pixel_sse() 512 int b4x4s_to_right_edge = num_4x4_to_edge(plane_4x4_w, xd->mb_to_right_edge, in sum_squares_visible() 514 int b4x4s_to_bottom_edge = num_4x4_to_edge(plane_4x4_h, xd->mb_to_bottom_edge, in sum_squares_visible()
|