Searched defs:pixels_high (Results 1 - 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encodeframe.c | 634 int pixels_wide, int pixels_high) { 644 if (x8_idx < pixels_wide && y8_idx < pixels_high) { 669 int pixels_wide, int pixels_high, 677 if (x4_idx < pixels_wide && y4_idx < pixels_high) { 705 int pixels_wide, int pixels_high, 713 if (x8_idx < pixels_wide && y8_idx < pixels_high) { 1241 int pixels_wide = 64, pixels_high = 64; local 1313 if (xd->mb_to_bottom_edge < 0) pixels_high += (xd->mb_to_bottom_edge >> 3); 1480 pixels_wide, pixels_high, is_key_frame); 1505 pixels_wide, pixels_high); 629 compute_minmax_8x8(const uint8_t *s, int sp, const uint8_t *d, int dp, int x16_idx, int y16_idx, int highbd_flag, int pixels_wide, int pixels_high) argument 664 fill_variance_4x4avg(const uint8_t *s, int sp, const uint8_t *d, int dp, int x8_idx, int y8_idx, v8x8 *vst, int highbd_flag, int pixels_wide, int pixels_high, int is_key_frame) argument 700 fill_variance_8x8avg(const uint8_t *s, int sp, const uint8_t *d, int dp, int x16_idx, int y16_idx, v16x16 *vst, int highbd_flag, int pixels_wide, int pixels_high, int is_key_frame) argument [all...] |
Completed in 143 milliseconds